Group CFLAGS variables together either on one line or all separate
depending on length.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
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... :)
Comment Actions
I think the number of bytes output remains the same, but the tabs are visible. Note that most commands were already split.