summaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-java_Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Avoid a problem where, without linprocfs mounted, the first line ofGreg Lewis2004-12-171-0/+11
a generated file will be overwritten with a warning, causing the build to fail. There is a check for linprocfs in pre-build, but it seems as though this problem can somehow trigger anyway, based on semi-regular reports to the mailing lists. PR: 74999 Approved by: phantom