RFR: JDK-8136383: Improve make utilities containing and not-containing
Erik Joelsson
erik.joelsson at oracle.com
Fri Sep 11 14:11:10 UTC 2015
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