diff options
author | rillig <rillig> | 2006-10-26 21:12:47 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-10-26 21:12:47 +0000 |
commit | b4c8d1c5cbd528a161f62e2aa1db0db550377b5b (patch) | |
tree | 5bd65f82023dd6b88da436c2abe51c0b72fdc0c8 /audio/tcd | |
parent | 2e660ea01585c25d364e999dc15a479266aa05b3 (diff) | |
download | pkgsrc-b4c8d1c5cbd528a161f62e2aa1db0db550377b5b.tar.gz |
Changed BUILD_MAKE_FLAGS and TEST_MAKE_FLAGS to be appended to the
common MAKE_FLAGS instead of overriding them, to align with the new
definition of INSTALL_MAKE_FLAGS.
The packages that override BUILD_MAKE_FLAGS don't have to be changed,
since they prepended MAKE_FLAGS to BUILD_MAKE_FLAGS, except for less
than five cases. In those cases, it may well have been unknown to the
package author that MAKE_INSTALL_FLAGS had been an overriding variable
instead of one whose value is just appended to something else.
Some packages (postgresql, some compilers, Java environments, qcad) are
using code copied from build.mk. These packages will have to be adjusted
to the new variable definitions. To make this change easier, two new
variables BUILD_MAKE_CMD and TEST_MAKE_CMD have been introduced that
contain the complete command that makes up the call to make(1). This
prevents further code duplication.
Diffstat (limited to 'audio/tcd')
0 files changed, 0 insertions, 0 deletions