In order to allow software with multiple (different) options
for lex and yacc add extra per-file options to the calls.
This is especially useful when one .l file needs -Pprefix.
Details
Details
- Reviewers
bdrewery imp - Commits
- rS354747: Allow per-file lex and yacc options.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
share/mk/bsd.dep.mk | ||
---|---|---|
111 ↗ | (On Diff #64251) | We have CFLAGS.${SRC} elsewhere. why _ here instead of .? |
share/mk/bsd.dep.mk | ||
---|---|---|
111 ↗ | (On Diff #64251) | I think I looked at FILES*_<> family which uses an underscore. You lost that naming game already a while ago. Sorry. |
share/mk/bsd.dep.mk | ||
---|---|---|
111 ↗ | (On Diff #64251) | I'd prefer that. The FILES_ stuff is different, since it's more of a thing to itself. People will find it weird that LFLAGS_foo.c += blah and then CFLAGS.foo.c += bar in the next line. |