Re: How to disable demos

2014-05-14 Thread Ioi Lam
Hi Erik, I need to build image and I do this quite often. On Windows, make demos takes a minute or so on a fast machine. It's not too long, but still kind of annoying. I will try to save a copy of the various demos output and do something like make jdk; unzip -D ../demos.zip; make images -

Re: How to disable demos

2014-05-13 Thread Erik Joelsson
Hello, No, not really. If you do "make jdk" (or just "make" which is the same), demos aren't built. If you do "make images" or "make demos", the demos are built. What is your usecase? If you don't need images, then you are already skipping demos. If you need images, then demos will be built th

How to disable demos

2014-05-12 Thread Ioi Lam
I tried the NO_DEMOS flag as in https://bugs.openjdk.java.net/browse/JDK-7143162 "Allow disabling of jdk demos and samples build", but this seems to be in "old build" only, and doesn't affect the new build system. Is there an equivalent for the new build? Thanks - Ioi