re PR libgcj/26625 (libgcj-4.2.0.jar not rebuilt after a source file change)

libjava/classpath:
	PR libgcj/26625:
	* lib/Makefile.in: Rebuilt.
	* lib/Makefile.am (compile-classes): Touch the output file.
libjava:
	PR libgcj/26625:
	* Makefile.in: Rebuilt.
	* Makefile.am (libgcj-$(gcc_version).jar): Depend on
	classpath/lib/compile-classes.

From-SVN: r112724
This commit is contained in:
Tom Tromey 2006-04-05 22:47:51 +00:00 committed by Tom Tromey
parent 0b1307e51a
commit f441078656
6 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2006-04-05 Tom Tromey <tromey@redhat.com>
PR libgcj/26625:
* Makefile.in: Rebuilt.
* Makefile.am (libgcj-$(gcc_version).jar): Depend on
classpath/lib/compile-classes.
2006-04-05 Ranjit Mathew <rmathew@gcc.gnu.org>
* configure.host: Add -fno-omit-frame-pointer to libgcj_flags for

View File

@ -320,7 +320,7 @@ $(propertyo_files): %.lo: classpath/resource/%
$(mkinstalldirs) `dirname $@`; \
$(LTGCJCOMPILE) -o $@ -c $< -Wc,--resource,$(@:.lo=)
libgcj-$(gcc_version).jar:
libgcj-$(gcc_version).jar: classpath/lib/compile-classes
cd classpath/lib; $(JAR) -cfM \
../../libgcj-$(gcc_version).jar gnu java javax org

View File

@ -8422,7 +8422,7 @@ $(propertyo_files): %.lo: classpath/resource/%
$(mkinstalldirs) `dirname $@`; \
$(LTGCJCOMPILE) -o $@ -c $< -Wc,--resource,$(@:.lo=)
libgcj-$(gcc_version).jar:
libgcj-$(gcc_version).jar: classpath/lib/compile-classes
cd classpath/lib; $(JAR) -cfM \
../../libgcj-$(gcc_version).jar gnu java javax org

View File

@ -1,3 +1,9 @@
2006-04-05 Tom Tromey <tromey@redhat.com>
PR libgcj/26625:
* lib/Makefile.in: Rebuilt.
* lib/Makefile.am (compile-classes): Touch the output file.
2006-04-04 Tom Tromey <tromey@redhat.com>
* lib/gen-classlist.sh.in: Correct handle generated files.

View File

@ -151,6 +151,7 @@ compile-classes: classes $(JAVA_SRCS) Makefile
GCJ='$(GCJ)' \
compile_classpath='$(top_builddir):$(compile_classpath)' \
top_srcdir=$(top_srcdir)
touch compile-classes
else
compile-classes: classes $(JAVA_SRCS) Makefile
$(JAVAC)

View File

@ -537,6 +537,7 @@ $(JAVA_DEPEND): genclasses
@FOUND_GCJ_TRUE@ GCJ='$(GCJ)' \
@FOUND_GCJ_TRUE@ compile_classpath='$(top_builddir):$(compile_classpath)' \
@FOUND_GCJ_TRUE@ top_srcdir=$(top_srcdir)
@FOUND_GCJ_TRUE@ touch compile-classes
@FOUND_GCJ_FALSE@compile-classes: classes $(JAVA_SRCS) Makefile
@FOUND_GCJ_FALSE@ $(JAVAC)
@FOUND_GCJ_FALSE@ touch compile-classes