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)
Mon, Sep 23, 5:19 PM
Unknown Object (File)
Wed, Sep 18, 1:06 PM
Unknown Object (File)
Wed, Sep 18, 9:51 AM
Unknown Object (File)
Wed, Sep 18, 5:04 AM
Unknown Object (File)
Tue, Sep 17, 8:15 PM
Unknown Object (File)
Sun, Sep 15, 9:36 PM
Unknown Object (File)
Tue, Sep 10, 9:57 AM
Unknown Object (File)
Thu, Sep 5, 8: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.