Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Mar 2020 19:56:40 -0800
From:      Mark Millard <marklmi@yahoo.com>
To:        "imp@freebsd.org" <imp@FreeBSD.org>, svn-src-head@freebsd.org
Subject:   Re: svn commit: r358500 - in head: . etc/mtree include sys/conf  sys/i386/include sys/powerpc/conf
Message-ID:  <6FE6D0FA-7F34-4E3D-83D5-E02B9F89A11D@yahoo.com>
References:  <6FE6D0FA-7F34-4E3D-83D5-E02B9F89A11D.ref@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Warner Losh imp at FreeBSD.org wrote on
Sun Mar 1 20:37:45 UTC 2020 :

> +# 20200301: bktr removed
> +OLD_DIRS+=3Dusr/include/dev/bktr
> +OLD_FILES+=3Dusr/include/dev/bktr/ioctl_bktr.h
> +OLD_FILES+=3Dusr/include/dev/bktr/ioctl_meteor.h
> +.if ${TARGET_ARCH} =3D=3D "i386"
> +OLD_FILES+=3Dusr/include/machine/ioctl_bktr.h
> +OLD_FILES+=3Dusr/include/machine/ioctl_meteor.h
> +.endif
> +OLD_FILES+=3Dusr/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/i=
octl_meteor.h
=
/usr/obj/DESTDIRs/clang-cortexA72-installworld-poud/usr/share/man/man4/bkt=
r.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>


=3D=3D=3D
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6FE6D0FA-7F34-4E3D-83D5-E02B9F89A11D>