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
F102927701: D39972.diff
Mon, Nov 18, 8:39 PM
Unknown Object (File)
Sat, Nov 16, 6:45 AM
Unknown Object (File)
Tue, Oct 29, 3:21 PM
Unknown Object (File)
Oct 5 2024, 10:29 PM
Unknown Object (File)
Oct 3 2024, 4:38 AM
Unknown Object (File)
Oct 3 2024, 12:53 AM
Unknown Object (File)
Oct 1 2024, 9:46 AM
Unknown Object (File)
Sep 26 2024, 8:39 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

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

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