Hi, distcheck was broken for tools since the all-classes.lst was never cleaned up. Fixed as follows:
2006-12-16 Mark Wielaard <[EMAIL PROTECTED]> * tools/Makefile.am (TOOLS_ZIP): Remove all-classes.lst. (clean-local): Likewise. Committed, Mark diff -u -r1.34 Makefile.am --- tools/Makefile.am 16 Dec 2006 13:41:35 -0000 1.34 +++ tools/Makefile.am 16 Dec 2006 14:31:18 -0000 @@ -175,11 +175,11 @@ if test "$(ZIP)" != ""; then $(ZIP) -u -r ../$(TOOLS_ZIP) .; fi; \ if test "$(FASTJAR)" != ""; then $(FASTJAR) uf ../$(TOOLS_ZIP) .; fi; \ cd ..) - rm -rf classes classes.lst asm.lst + rm -rf classes classes.lst asm.lst all-classes.lst # Zip file be gone! (and make sure the classes are gone too) clean-local: - rm -rf $(TOOLS_ZIP) classes asm asm.lst + rm -rf $(TOOLS_ZIP) classes asm asm.lst all-classes.lst # FIXME: remove this when GNU Classpath includes a bootstrap VM. installcheck-binSCRIPTS:
signature.asc
Description: This is a digitally signed message part