summaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-java_Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . A native port for JDK 1.6.0 (aka 6.0) Update 1.Greg Lewis2007-08-051-11/+0
| | | | Notes: svn path=/head/; revision=197135
* . 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 Notes: svn path=/head/; revision=124269