[Bug 3739] New: PR2886 breaks make clean
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu May 2 01:39:05 UTC 2019
https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3739
Bug ID: 3739
Summary: PR2886 breaks make clean
Product: IcedTea
Version: 2.x-hg
Hardware: all
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: IcedTea
Assignee: gnu.andrew at redhat.com
Reporter: gnu.andrew at redhat.com
CC: unassigned at icedtea.classpath.org
$ make clean
rm -rf test/jtreg/classes
if [ /home/andrew/projects/openjdk/icedtea7-2.6 != /tmp/it7 ] ; then \
if [ -e test/jtreg ] ; then \
rmdir test/jtreg ; \
fi ; \
fi
rm -f test/jtreg.jar
rm -f stamps/jtreg.stamp
rm -f test/check-stap.log
rm -rf test/hotspot test/langtools test/jdk
rm -f test/check-*.log test/jtreg-summary.log
rm -f stamps/check-ecc.stamp
rm -f /tmp/it7/test/mimetypecheck.build/test.html
rm -f stamps/check-mimetype.stamp
rm -f stamps/check-java-debug.stamp
rm -f stamps/check-java-src.stamp
if [ /home/andrew/projects/openjdk/icedtea7-2.6 != /tmp/it7 ] ; then \
if [ -e test ] ; then \
rmdir test ; \
fi \
fi
rmdir: failed to remove 'test': Directory not empty
make: *** [Makefile:1502: clean-tests] Error 1
$ find /tmp/it7/test
/tmp/it7/test
/tmp/it7/test/tapset
/tmp/it7/test/tapset/jstaptest.pl
jstaptest.pl is now generated by configure from jstaptest.pl.in, so will only
be removed by make distclean. We should thus not try and remove the directory
that houses it in its dependent target, make clean.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20190502/e7277dc9/attachment.html>
More information about the distro-pkg-dev
mailing list