re PR libgcj/30110 (classpath external missing from src.zip)

2006-12-08  Ben Konrath  <bkonrath@redhat.com>

	PR libgcj/30110:
	* Makefile.am: Add contents of classpath/external to src.zip.
	* Makefile.in: Regenerate.

From-SVN: r119664
This commit is contained in:
Ben Konrath
2006-12-08 20:30:14 +00:00
committed by Tom Tromey
parent cca02ef8b3
commit 13f3596e55
3 changed files with 48 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2006-12-08 Ben Konrath <bkonrath@redhat.com>
PR libgcj/30110:
* Makefile.am: Add contents of classpath/external to src.zip.
* Makefile.in: Regenerate.
2006-12-04 Eric Botcazou <ebotcazou@libertysurf.fr>
* configure: Regenerate.

View File

@@ -913,6 +913,27 @@ src.zip:
echo $(srcdir)/classpath; \
echo $$file; \
done ); \
( cd $(srcdir)/classpath/external/sax; \
find org -name '*.java' -print | \
while read file; do \
echo "x-C" | sed -e 's/^.//'; \
echo $(srcdir)/classpath/external/sax; \
echo $$file; \
done ); \
( cd $(srcdir)/classpath/external/relaxngDatatype; \
find org -name '*.java' -print | \
while read file; do \
echo "x-C" | sed -e 's/^.//'; \
echo $(srcdir)/classpath/external/relaxngDatatype; \
echo $$file; \
done ); \
( cd $(srcdir)/classpath/external/w3c_dom; \
find org -name '*.java' -print | \
while read file; do \
echo "x-C" | sed -e 's/^.//'; \
echo $(srcdir)/classpath/external/w3c_dom; \
echo $$file; \
done ); \
## Now the build tree.
( cd classpath; \
find gnu java -name '*.java' -print | \

View File

@@ -11864,6 +11864,27 @@ src.zip:
echo $(srcdir)/classpath; \
echo $$file; \
done ); \
( cd $(srcdir)/classpath/external/sax; \
find org -name '*.java' -print | \
while read file; do \
echo "x-C" | sed -e 's/^.//'; \
echo $(srcdir)/classpath/external/sax; \
echo $$file; \
done ); \
( cd $(srcdir)/classpath/external/relaxngDatatype; \
find org -name '*.java' -print | \
while read file; do \
echo "x-C" | sed -e 's/^.//'; \
echo $(srcdir)/classpath/external/relaxngDatatype; \
echo $$file; \
done ); \
( cd $(srcdir)/classpath/external/w3c_dom; \
find org -name '*.java' -print | \
while read file; do \
echo "x-C" | sed -e 's/^.//'; \
echo $(srcdir)/classpath/external/w3c_dom; \
echo $$file; \
done ); \
( cd classpath; \
find gnu java -name '*.java' -print | \
while read file; do \