summaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-java_Makefile
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_5_4_0'.release/5.4.0cvs2svn2005-04-201-11/+0
| | | | | Notes: svn path=/head/; revision=133724 svn path=/tags/RELEASE_5_4_0/; revision=133725; tag=release/5.4.0
* . 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