diff options
author | Yuta Saito <[email protected]> | 2024-03-03 15:02:00 +0000 |
---|---|---|
committer | Yuta Saito <[email protected]> | 2024-03-04 00:57:57 +0900 |
commit | 0d9a681eff867b569a31ab4f85a43ce53712a9cd (patch) | |
tree | ddf6462b8e6601a848b429298c4ef1831ac25913 /test/ruby/test_argf.rb | |
parent | 072761bb3f794d8176c1f1815d10f1c0ca8eccda (diff) |
enc: Expand substitution variables in Makefile.in by default
This change makes `make_encmake.rb` expand all substitution variables
when replacing them in `enc/Makefile.in` to avoid propagating all
possibly referenced variables to the generated Makefile. The old
behavior, which don't expand make variables when generating Makefile,
was useful to temporarily override inherited variables like `cflags` in
`CFLAGS` at make-time. However, it's not a common use case and it
requires to propagate all possibly referenced variables properly
considering key name duplication between `enc/Makefile.in` and
`RbConfig::CONFIG`.
Diffstat (limited to 'test/ruby/test_argf.rb')
0 files changed, 0 insertions, 0 deletions