Page MenuHomeFreeBSD

bsd.suffixes-extra.mk: rewrap long lines
ClosedPublic

Authored by brooks on May 22 2025, 3:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 12:40 PM
Unknown Object (File)
Tue, Sep 30, 11:08 PM
Unknown Object (File)
Sun, Sep 21, 10:05 PM
Unknown Object (File)
Sun, Sep 21, 5:35 PM
Unknown Object (File)
Sep 20 2025, 4:26 AM
Unknown Object (File)
Sep 16 2025, 8:35 AM
Unknown Object (File)
Sep 1 2025, 10:53 AM
Unknown Object (File)
Aug 26 2025, 9:16 PM

Details

Summary

Group CFLAGS variables together either on one line or all separate
depending on length.

Diff Detail

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

Event Timeline

Maybe a silly question, but when make unwraps these command lines and then prints them for the user, will the output become longer due extra spaces? Could be bad for my OCD... :)

In D50463#1151819, @dim wrote:

Maybe a silly question, but when make unwraps these command lines and then prints them for the user, will the output become longer due extra spaces? Could be bad for my OCD... :)

I think the number of bytes output remains the same, but the tabs are visible. Note that most commands were already split.

This revision is now accepted and ready to land.May 23 2025, 5:38 PM
This revision was automatically updated to reflect the committed changes.