RFR: JDK-8136383: Improve make utilities containing and not-containing

Magnus Ihse Bursie magnus.ihse.bursie at oracle.com
Fri Sep 11 16:48:43 UTC 2015


Looks good to me. 

/Magnus

> 11 sep 2015 kl. 16:11 skrev Erik Joelsson <erik.joelsson at oracle.com>:
> 
> In MakeBase, we have a couple of convenience macros which complement the built in functions in make. Two of these are containing and not-containing. The current implementation only accepts 1 substring to look for. I have found it useful to support finding any of a set of substrings.
> 
> I have such an implementation with tests to verify the functionality and would like to commit this to JDK 9.
> 
> Bug: https://bugs.openjdk.java.net/browse/JDK-8136383
> Webrev: http://cr.openjdk.java.net/~erikj/8136383/webrev.01/
> 
> /Erik



More information about the build-dev mailing list