On Apr 12, 2013, at 5:10 PM, David Holmes <david.hol...@oracle.com> wrote:
> Hi Chris, > > On 13/04/2013 4:58 AM, Christian Thalinger wrote: >> http://cr.openjdk.java.net/~twisti/7172922 >> >> 7172922: export_ makefile targets do not work unless all supported variants >> are built >> Reviewed-by: >> >> GEN_DIR can be overwritten by other configurations if multiple >> JVM_VARIANT_*s are defined. The fix is to use the *_BASE_DIRs directly to >> install the correct files. >> >> make/Makefile > > This looks like a simple temporary solution - thanks. Yes, it's not perfect but good enough for now. > > More long term I hope we should be able to generate the set of targets based > on the selected JVM_VARIANTS, without needing all those duplicated blocks. > > One query with the current situation: why doesn't MISC_DIR cause us a > problem? It would seem to have the same issue as GEN_DIR. ??? MISC_DIR has the same problem but I didn't want to mess with Windows. How about this one? http://cr.openjdk.java.net/~twisti/7172922 -- Chris > > Thanks, > David >