JetBrains / jdk8u

GNU General Public License v2.0
122 stars 35 forks source link

Make OpenJDK build work with repo .git directories #7

Closed colincross closed 5 years ago

colincross commented 7 years ago

Repo creates .git directories with a dangling .git/shallow symlink, which causes a make error: make[1]: *** No rule to make target /home/build/out/hotspot/.git/shallow', needed by/home/build/out/build/linux-x86_64-normal-server-release/hotspot/_hotspot.timestamp'. Stop.

Prune .git directories along with .hg directories.