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
F114873703: D40921.diff
Thu, Apr 17, 11:31 PM
Unknown Object (File)
Mon, Apr 14, 8:08 AM
Unknown Object (File)
Mon, Apr 14, 4:09 AM
Unknown Object (File)
Mon, Apr 14, 1:23 AM
Unknown Object (File)
Mon, Apr 14, 1:19 AM
Unknown Object (File)
Wed, Apr 2, 10:31 PM
Unknown Object (File)
Wed, Apr 2, 2:44 PM
Unknown Object (File)
Wed, Apr 2, 2:11 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.