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)
Tue, Nov 11, 2:00 AM
Unknown Object (File)
Sat, Nov 8, 4:25 AM
Unknown Object (File)
Wed, Nov 5, 3:38 AM
Unknown Object (File)
Wed, Nov 5, 3:36 AM
Unknown Object (File)
Tue, Nov 4, 2:09 PM
Unknown Object (File)
Mon, Nov 3, 2:18 PM
Unknown Object (File)
Mon, Oct 27, 8:57 AM
Unknown Object (File)
Wed, Oct 22, 7:52 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.