Re: Building failed when using the options `--always-make` and `JOBS=4`

2022-07-27 Thread Guoxiong Li
Hi Erik, Thanks for replying to this thread. > Are you sure you can't configure the plugin to not add this parameter? The configuration can be changed and I fixed it locally just now. But it needs more time to dive into the extension and its configuration. Maybe it is good to provide some inform

Re: Building failed when using the options `--always-make` and `JOBS=4`

2022-07-27 Thread erik . joelsson
Hello, Building with --always-make seems like a bad idea and I would say not recommended with the OpenJDK build. We try very hard to keep the incremental build correct and reliable. While this particular problem could be fixed, I wouldn't be surprised if there is more build logic that relies

Building failed when using the options `--always-make` and `JOBS=4`

2022-07-27 Thread Guoxiong Li
Hi all, When using the command `make images --always-make CONF_CHECK=ignore JOBS=4` to build the JDK, it doesn't succeed and returns the error message (See below for detail). It seems that two or more processes concurrently process the target `module-deps.gmk` which exists in the file `make/common