[Bug 2873] [IcedTea8] Fix make distcheck

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue Mar 29 00:05:13 UTC 2016


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2873

--- Comment #3 from Andrew John Hughes <gnu.andrew at redhat.com> ---
if [ /home/andrew/projects/openjdk/icedtea8 != /mnt/builder/icedtea8 ] ; then \
  if [ -e test ] ; then \
    rmdir test ; \
  fi \
fi
rmdir: failed to remove ‘test’: Directory not empty
Makefile:1256: recipe for target 'clean-tests' failed
make: *** [clean-tests] Error 1
$ find test
test
test/tapset
test/tapset/jstaptest.pl

Now that file is auto-generated into the build tree, we shouldn't try to remove
test ourselves.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20160329/b8801596/attachment.html>


More information about the distro-pkg-dev mailing list