]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Work around cp breakage in current from last week
authorWarner Losh <imp@FreeBSD.org>
Wed, 23 Sep 2020 01:04:25 +0000 (01:04 +0000)
committerWarner Losh <imp@FreeBSD.org>
Wed, 23 Sep 2020 01:04:25 +0000 (01:04 +0000)
commita5ebda464e5035f228695b1bf9f6e3ce223d706d
tree54b4889c3399a581b415f40d7cf102f7f29c4713
parentc16359cf66897b7088b505af2f7db219700e8d39
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