]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
build: use bare (and portable) echo instead of echo -n
authorWarner Losh <imp@FreeBSD.org>
Thu, 7 Dec 2023 20:27:27 +0000 (13:27 -0700)
committerWarner Losh <imp@FreeBSD.org>
Thu, 7 Dec 2023 20:42:52 +0000 (13:42 -0700)
commit7b085f14b73c1ac7168b50a86478a32bbcaab1fa
tree8ed17bc7ae9e3a89ffc4ef28c3176c9c75fa4105
parentbd234c0d4c8256db7e5a1fdda9ef311c9e0080e4
build: use bare (and portable) echo instead of echo -n

There's no need to use echo -n here. A single echo will do nicely.
This fixes the post-buildworld output on a macos build, where echo -n
is implemented like System V instead of BSD (so you get two lines
first one starting with -n).

Sponsored by: Netflix
Reviewed by: jrtc27, emaste
Differential Revision: https://reviews.freebsd.org/D42869
Makefile.inc1