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)
Fri, Mar 22, 5:16 PM
Unknown Object (File)
Mar 9 2024, 12:04 PM
Unknown Object (File)
Mar 9 2024, 12:03 PM
Unknown Object (File)
Mar 9 2024, 9:41 AM
Unknown Object (File)
Dec 24 2023, 7:32 AM
Unknown Object (File)
Dec 24 2023, 2:20 AM
Unknown Object (File)
Dec 24 2023, 2:20 AM
Unknown Object (File)
Dec 24 2023, 2:08 AM
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

Event Timeline

emaste created this revision.
This revision is now accepted and ready to land.May 5 2023, 5:57 AM