RFR: 8074910 hgforest.sh needs an option to bring over a smaller set of extra repos

2015-03-10 Thread Phil Race
Right now to get the extra repos you do sh get_source.sh http://server.whatits.org This gets more than most people need which wastes time and disk. Here is a small change such that you can now do sh get_source.sh jdk http://server.whatits.org ie add "jdk" to indicate you'd like only the repos

Re: Review Request: 8074428, 8074429, 8074430 jdk.pack200, jdk.jartool, jdk.policytool modules

2015-03-10 Thread Kumar Srinivasan
The changes look ok to me, however I am wondering if the module could be called jdk.unpack200 and not jdk.pack200 ? since it contains only the unpacker, and the bin utilities are pack200 and unpack200. Kumar On 3/4/2015 5:13 PM, Mandy Chung wrote: As listed in an open issue in JEP 200: The jdk

Re: Use of /usr/ccs/bin on Solaris

2015-03-10 Thread Magnus Ihse Bursie
On 2015-03-09 19:20, Dmitry Samersoff wrote: Martin, if we *append* /usr/ccs/bin to the path we are in risk that configure picks GNU tool instead of solaris one. It is the resonsiblitiy of the configure script to make sure the proper tool is located. Sometimes version checks etc are needed, a