]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Work around cp breakage in current from last week
authorimp <imp@FreeBSD.org>
Wed, 23 Sep 2020 01:04:25 +0000 (01:04 +0000)
committerimp <imp@FreeBSD.org>
Wed, 23 Sep 2020 01:04:25 +0000 (01:04 +0000)
commitc674aba6d048ecc787c5b691907decda0da2c302
tree54b4889c3399a581b415f40d7cf102f7f29c4713
parent5e38b29306979acd4c06820d6fcde757240dc0dd
Work around cp breakage in current from last week

There was a small window cp was broken. Work around this by using :>
instead of cp /dev/null. Ideally, we'd keep the cp /dev/null in the
build as a regression test, but doing so breaks people that upgraded
during the cp breakage and this is simpler than bootstrapping a
working cp since there's no good __FreeBSD_version sign posts for
that.

Suggested by: lots of people
Too stubborn for his own good: imp
stand/i386/zfsboot/Makefile
stand/libsa/Makefile