RFR: 8258426: Split up autoconf/version-numbers and move it to conf dir [v2]
    Magnus Ihse Bursie 
    ihse at openjdk.java.net
       
    Tue Dec 15 21:17:14 UTC 2020
    
    
  
> The file `make/autoconf/version-numbers` is plagued by a two-fold problem: first of all, it's a configuration file, not a part of autoconf, so it should reside in `make/conf` instead of `make/autoconf`.
> 
> Secondly, contrary to the name, it does not only contain version numbers, but also the branding properties (company name, product name, etc). This should be split out into a separate branding configuration file.
> 
> This is the last patch in the series of moving configuration into `make/conf`.
Magnus Ihse Bursie has updated the pull request incrementally with one additional commit since the last revision:
  Also update submit.yml
-------------
Changes:
  - all: https://git.openjdk.java.net/jdk/pull/1786/files
  - new: https://git.openjdk.java.net/jdk/pull/1786/files/b40db3af..bcd3b338
Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=1786&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=1786&range=00-01
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1786.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1786/head:pull/1786
PR: https://git.openjdk.java.net/jdk/pull/1786
    
    
More information about the build-dev
mailing list