mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-16 12:51:26 +08:00
re PR bootstrap/26901 (../../../../../gcc/libjava/classpath/tools/gnu/classpath/tools/AbstractMethodGenerator.java:1: fatal error: unknown encoding: 'roman8')
PR gcc/26901: * Makefile.in: Rebuilt. * Makefile.am (SUBDIRS): Remove 'tools'. (DIST_SUBDIRS): Likewise. From-SVN: r112510
This commit is contained in:
parent
279bb624ca
commit
9b71c701c6
libjava/classpath
@ -1,3 +1,10 @@
|
||||
2006-03-29 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
PR gcc/26901:
|
||||
* Makefile.in: Rebuilt.
|
||||
* Makefile.am (SUBDIRS): Remove 'tools'.
|
||||
(DIST_SUBDIRS): Likewise.
|
||||
|
||||
2006-03-16 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
PR libgcj/26706:
|
||||
|
@ -1,8 +1,10 @@
|
||||
## Input file for automake to generate the Makefile.in used by configure
|
||||
|
||||
# lib first, to compile .class files before native code, last examples
|
||||
SUBDIRS = lib doc external include native resource scripts tools $(EXAMPLESDIR)
|
||||
DIST_SUBDIRS = lib doc external include native resource scripts tools examples
|
||||
## GCJ LOCAL: we remove 'tools' for the time being.
|
||||
## We don't build any of them into actual tools yet.
|
||||
SUBDIRS = lib doc external include native resource scripts $(EXAMPLESDIR)
|
||||
DIST_SUBDIRS = lib doc external include native resource scripts examples
|
||||
|
||||
## GCJ LOCAL: we need an extra -I here.
|
||||
ACLOCAL_AMFLAGS = -I m4 -I ../.. -I ../../config
|
||||
|
@ -44,9 +44,11 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
|
||||
ltmain.sh missing mkinstalldirs
|
||||
subdir = .
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/../../libtool.m4 \
|
||||
$(top_srcdir)/m4/acattribute.m4 $(top_srcdir)/m4/accross.m4 \
|
||||
$(top_srcdir)/m4/acinclude.m4 \
|
||||
am__aclocal_m4_deps = $(top_srcdir)/../../config/depstand.m4 \
|
||||
$(top_srcdir)/../../config/lead-dot.m4 \
|
||||
$(top_srcdir)/../../config/no-executables.m4 \
|
||||
$(top_srcdir)/../../libtool.m4 $(top_srcdir)/m4/acattribute.m4 \
|
||||
$(top_srcdir)/m4/accross.m4 $(top_srcdir)/m4/acinclude.m4 \
|
||||
$(top_srcdir)/m4/ax_create_stdint_h.m4 \
|
||||
$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
|
||||
$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
|
||||
@ -280,8 +282,8 @@ target_vendor = @target_vendor@
|
||||
vm_classes = @vm_classes@
|
||||
|
||||
# lib first, to compile .class files before native code, last examples
|
||||
SUBDIRS = lib doc external include native resource scripts tools $(EXAMPLESDIR)
|
||||
DIST_SUBDIRS = lib doc external include native resource scripts tools examples
|
||||
SUBDIRS = lib doc external include native resource scripts $(EXAMPLESDIR)
|
||||
DIST_SUBDIRS = lib doc external include native resource scripts examples
|
||||
ACLOCAL_AMFLAGS = -I m4 -I ../.. -I ../../config
|
||||
EXTRA_DIST = HACKING BUGS THANKYOU mauve-classpath LICENSE \
|
||||
ChangeLog-2003 ChangeLog-2004 ChangeLog-2005 \
|
||||
@ -460,7 +462,7 @@ distclean-tags:
|
||||
distdir: $(DISTFILES)
|
||||
$(am__remove_distdir)
|
||||
mkdir $(distdir)
|
||||
$(mkdir_p) $(distdir)/../.. $(distdir)/examples $(distdir)/gnu/classpath $(distdir)/lib $(distdir)/m4 $(distdir)/scripts
|
||||
$(mkdir_p) $(distdir)/../.. $(distdir)/../../config $(distdir)/examples $(distdir)/gnu/classpath $(distdir)/lib $(distdir)/m4 $(distdir)/scripts
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
||||
list='$(DISTFILES)'; for file in $$list; do \
|
||||
|
Loading…
x
Reference in New Issue
Block a user