Re: RFR: 8356032: createAutoconfBundle.sh downloads to local directory

2025-05-02 Thread duke
On Thu, 1 May 2025 13:12:46 GMT, Ivan Bereziuk wrote: > Fixed a small issue in createAutoconfBundle.sh where we CD to > `build/autoconf` folder before it's created. > As result, we end up with `m4` and `autoconf` downloadable and unpacked > folders in CWD. > > By a chance, I did few other impr

Re: RFR: 8356032: createAutoconfBundle.sh downloads to local directory

2025-05-02 Thread Ivan Bereziuk
On Thu, 1 May 2025 16:51:45 GMT, Erik Joelsson wrote: >> Fixed a small issue in createAutoconfBundle.sh where we CD to >> `build/autoconf` folder before it's created. >> As result, we end up with `m4` and `autoconf` downloadable and unpacked >> folders in CWD. >> >> By a chance, I did few othe

Re: RFR: 8356032: createAutoconfBundle.sh downloads to local directory

2025-05-01 Thread Erik Joelsson
On Thu, 1 May 2025 13:12:46 GMT, Ivan Bereziuk wrote: > Fixed a small issue in createAutoconfBundle.sh where we CD to > `build/autoconf` folder before it's created. > As result, we end up with `m4` and `autoconf` downloadable and unpacked > folders in CWD. > > By a chance, I did few other impr

RFR: 8356032: createAutoconfBundle.sh downloads to local directory

2025-05-01 Thread Ivan Bereziuk
Fixed a small issue in createAutoconfBundle.sh where we CD to `build/autoconf` folder before it's created. As result, we end up with `m4` and `autoconf` downloadable and unpacked folders in CWD. By a chance, I did few other improvements: * colored logs for easier log reading * resolved `/../../`