> This is part of a general "spring cleaning" of the build system, addressing 
> old code that has bit-rotted, been subject to lava flow, or just had bad or 
> smelly code that we've never gotten around to fix.
> 
> This particular patch tries to make MakeBase truly minimal; only including 
> the core parts of the build system that all makefiles will need. This is now 
> limited to essential functionality for named parameter functions, variable 
> dependency, tool execution, logging and fixpath functionality. MakeBase still 
> includes Utils.gmk and FileUtils.gmk, and thus "provides" this functionality 
> as well. Separating these out as well will be the subject of a future patch.

Magnus Ihse Bursie has updated the pull request incrementally with one 
additional commit since the last revision:

  Fix test-make

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/18041/files
  - new: https://git.openjdk.org/jdk/pull/18041/files/8c25c87c..b6059e1a

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=18041&range=06
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=18041&range=05-06

  Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/18041.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/18041/head:pull/18041

PR: https://git.openjdk.org/jdk/pull/18041

Reply via email to