-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 6
-
Component/s: infrastructure
Our careful build process runs tests from j2se/src/share/test/pack200.
The Makefile there uses TMPDIR, which appears to no longer be defined.
(mb29450@bonsai) j2se/src/share/test/pack200 $ make
rm -f -r /pack200-test
/usr/bin/mkdir -p /pack200-test
mkdir: "/pack200-test": Permission denied
make: *** [/pack200-test] Error 2
The Makefile there uses TMPDIR, which appears to no longer be defined.
(mb29450@bonsai) j2se/src/share/test/pack200 $ make
rm -f -r /pack200-test
/usr/bin/mkdir -p /pack200-test
mkdir: "/pack200-test": Permission denied
make: *** [/pack200-test] Error 2
- relates to
-
JDK-6217959 Use of the spelling TMPDIR for an internal make macro name causes problems with MKS 8.7
-
- Resolved
-