Question about dead code in build-infra/common/autoconf/basics.m4
Magnus Ihse Bursie
magnus.ihse.bursie at oracle.com
Mon Sep 17 04:26:14 PDT 2012
On 2012-09-17 06:41, David Holmes wrote:
> I can't see exactly where OPENJDK_BUILD_OS is getting set in the setup
> files, [...]
This bothered me for a long time, too. The target/build variables were
concatenated, which made it impossible to search for their definition
unless you know about this trick. I just checked in a patch that makes
their definition explicit, at the cost of some loss of generality. I
think the improved readability/searchability is worth it.
/Magnus
More information about the build-infra-dev
mailing list