-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0
-
None
-
beta2
-
generic
-
generic
Name: dm26566 Date: 06/20/2001
If the 'bundles' target is run on solaris and then re-run, the second
run will fail with:
for d in COPYRIGHT README.html; do /usr/bin/cp
/export/home/dalem/ws/j2se/build/solaris-sparc/jdk-image-sparc/$d
./../build/solaris-sparc/pkgarchive; done ;
cp: cannot create ./../build/solaris-sparc/pkgarchive/README.html: Permission
denied
gnumake: *** [bundle-jdk] Error 2
This is because the run assumes that $(OUTPUTDIR)/pkgarchive is empty,
but in the case of a re-run, it is not.
One solution is for the build script to remove $(OUTPUTDIR)/pkgarchive
prior to the steps that create it.
======================================================================