Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8349665

Make clean removes module-deps.gmk

XMLWordPrintable

      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.

      Simple reproducer that quickly demonstrates the problem:
      $ make clean interim-langtools

      Workaround for users is to run "clean" separately before building again.

            ihse Magnus Ihse Bursie
            erikj Erik Joelsson
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: