mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 12:00:03 -05:00
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:
@@ -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.
|
||||
|
||||
@@ -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 | \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user