Page MenuHomeFreeBSD

Makefile.inc1: use make builtin :ts instead of sed
ClosedPublic

Authored by emaste on May 5 2023, 12:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 27, 12:35 PM
Unknown Object (File)
Fri, Nov 21, 1:17 PM
Unknown Object (File)
Fri, Nov 21, 1:13 PM
Unknown Object (File)
Fri, Nov 21, 1:11 PM
Unknown Object (File)
Fri, Nov 21, 1:08 PM
Unknown Object (File)
Wed, Nov 19, 8:32 PM
Unknown Object (File)
Fri, Nov 14, 3:11 AM
Unknown Object (File)
Oct 29 2025, 1:37 PM
Subscribers

Details

Summary
Commit 3eb1b4da3cf7 replaced "xargs -n1" with a sed expression to
convert from space to newline as a list separator for *-old-* targets.
Dan Nelson followed up with a suggestion to use make's built-in :ts
instead, which should be slightly more efficient.

Sponsored by:   The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable