Warner Losh imp at FreeBSD.org wrote on Sun Mar 1 20:37:45 UTC 2020 : > +# 20200301: bktr removed > +OLD_DIRS+=usr/include/dev/bktr > +OLD_FILES+=usr/include/dev/bktr/ioctl_bktr.h > +OLD_FILES+=usr/include/dev/bktr/ioctl_meteor.h > +.if ${TARGET_ARCH} == "i386" > +OLD_FILES+=usr/include/machine/ioctl_bktr.h > +OLD_FILES+=usr/include/machine/ioctl_meteor.h > +.endif > +OLD_FILES+=usr/share/man/man4/bktr.4.gz
But I'm seeing rmdir failures in head -r358510 : (It is an example from my cross builds. I replaced the leading >>>'s with []'s.) [] Removing old files (only deletes safe to delete libs) /usr/obj/DESTDIRs/clang-cortexA72-installworld-poud/usr/include/dev/bktr/ioctl_meteor.h /usr/obj/DESTDIRs/clang-cortexA72-installworld-poud/usr/share/man/man4/bktr.4.gz /usr/obj/DESTDIRs/clang-cortexA72-installworld-poud/usr/share/zoneinfo/Etc/UCT [] Old files removed [] Removing old directories rmdir: /usr/obj/DESTDIRs/clang-cortexA72-installworld-poud/usr/include/dev/bktr: Directory not empty [] Old directories removed Where afterwards: # ls -laT /usr/obj/DESTDIRs/clang-cortexA72-installworld-poud/usr/include/dev/bktr/ total 20 drwxr-xr-x 2 root wheel 512 Mar 1 19:32:47 2020 . drwxr-xr-x 34 root wheel 512 Jul 31 20:50:10 2019 .. -r--r--r-- 1 root wheel 9780 Mar 27 01:33:24 2019 ioctl_bt848.h But I also see (from the host environment this time): # grep -r ioctl_bt848 /usr/src/* | more /usr/src/usr.bin/setchannel/setchannel.c:#include <dev/bktr/ioctl_bt848.h> === Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"