On Sat, Sep 28, 2019 at 7:03 PM Ryan Stone wrote:
> I notice that the following files have multiple entries in sys/conf/files:
>
> $ cut -f 1 -w files | sort | uniq -c | egrep -v '^[[:space:]]+1[[:space:]]'
> 1373
> 100 #
> 2 crypto/chacha20/chacha.c
> 2 dev/iicbus/rtc8583.c
> 2 dev/uart/ua
I notice that the following files have multiple entries in sys/conf/files:
$ cut -f 1 -w files | sort | uniq -c | egrep -v '^[[:space:]]+1[[:space:]]'
1373
100 #
2 crypto/chacha20/chacha.c
2 dev/iicbus/rtc8583.c
2 dev/uart/uart_dev_sab82532.c
2 dev/uart/uart_dev_z8530.c
The following patc