Page MenuHomeFreeBSD

Makefile.libcompat: Quote CFLAGS and CXXFLAGS for sub-make
ClosedPublic

Authored by jrtc27 on Jul 7 2023, 11:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jun 21, 7:00 AM
Unknown Object (File)
May 16 2024, 1:25 AM
Unknown Object (File)
May 16 2024, 1:25 AM
Unknown Object (File)
May 16 2024, 1:25 AM
Unknown Object (File)
May 16 2024, 1:13 AM
Unknown Object (File)
May 9 2024, 1:19 AM
Unknown Object (File)
May 1 2024, 10:37 PM
Unknown Object (File)
Apr 30 2024, 9:37 PM
Subscribers
None

Details

Summary

Currently none of the words in these require quoting, but a future
commit will add words that do, thus we should make sure to quote each
word so the shell doesn't mangle them before calling the sub-make.

Diff Detail

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

Event Timeline

jrtc27 created this revision.
This revision is now accepted and ready to land.Jul 8 2023, 12:35 AM

LGTM.

This make magic was unfamiliar to me. It may be worth including in the commit message a brief reference to the :@varname@string@ functionality, if you're so inclined.

New make magic to me also.