-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8349665: Make clean removes module-deps.gmk #24406
base: master
Are you sure you want to change the base?
Conversation
👋 Welcome back ihse! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
Due to known upcoming merge conflicts, I will not try to integrate this until after JDK-8350774. They are not strictly dependent on each other, but JDK-8350774 will cause a merge conflict for this patch, and vice versa. |
1689fa7
to
f8a50cd
Compare
This doesn't seem to solve the issue for me. Running
|
Dang it! I tried a lot of approaches in a throwaway branch, and I thought I kept the correct one and tested it. Back to the drawing board, I guess. Thanks for double checking! |
After JDK-8292944, we only generate module-deps.gmk once at the start of Init.gmk. This causes
make clean <some other target>
to first generate and then remove module-deps.gmk after which the rest of the build proceeds without a module-deps.gmk, causing problems with dependencies.Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/24406/head:pull/24406
$ git checkout pull/24406
Update a local copy of the PR:
$ git checkout pull/24406
$ git pull https://git.openjdk.org/jdk.git pull/24406/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 24406
View PR using the GUI difftool:
$ git pr show -t 24406
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/24406.diff
Using Webrev
Link to Webrev Comment