Commit f4410786 by Tom Tromey Committed by Tom Tromey

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
parent 0b1307e5
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> 2006-04-05 Ranjit Mathew <rmathew@gcc.gnu.org>
* configure.host: Add -fno-omit-frame-pointer to libgcj_flags for * configure.host: Add -fno-omit-frame-pointer to libgcj_flags for
......
...@@ -320,7 +320,7 @@ $(propertyo_files): %.lo: classpath/resource/% ...@@ -320,7 +320,7 @@ $(propertyo_files): %.lo: classpath/resource/%
$(mkinstalldirs) `dirname $@`; \ $(mkinstalldirs) `dirname $@`; \
$(LTGCJCOMPILE) -o $@ -c $< -Wc,--resource,$(@:.lo=) $(LTGCJCOMPILE) -o $@ -c $< -Wc,--resource,$(@:.lo=)
libgcj-$(gcc_version).jar: libgcj-$(gcc_version).jar: classpath/lib/compile-classes
cd classpath/lib; $(JAR) -cfM \ cd classpath/lib; $(JAR) -cfM \
../../libgcj-$(gcc_version).jar gnu java javax org ../../libgcj-$(gcc_version).jar gnu java javax org
......
...@@ -8422,7 +8422,7 @@ $(propertyo_files): %.lo: classpath/resource/% ...@@ -8422,7 +8422,7 @@ $(propertyo_files): %.lo: classpath/resource/%
$(mkinstalldirs) `dirname $@`; \ $(mkinstalldirs) `dirname $@`; \
$(LTGCJCOMPILE) -o $@ -c $< -Wc,--resource,$(@:.lo=) $(LTGCJCOMPILE) -o $@ -c $< -Wc,--resource,$(@:.lo=)
libgcj-$(gcc_version).jar: libgcj-$(gcc_version).jar: classpath/lib/compile-classes
cd classpath/lib; $(JAR) -cfM \ cd classpath/lib; $(JAR) -cfM \
../../libgcj-$(gcc_version).jar gnu java javax org ../../libgcj-$(gcc_version).jar gnu java javax org
......
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> 2006-04-04 Tom Tromey <tromey@redhat.com>
* lib/gen-classlist.sh.in: Correct handle generated files. * lib/gen-classlist.sh.in: Correct handle generated files.
......
...@@ -151,6 +151,7 @@ compile-classes: classes $(JAVA_SRCS) Makefile ...@@ -151,6 +151,7 @@ compile-classes: classes $(JAVA_SRCS) Makefile
GCJ='$(GCJ)' \ GCJ='$(GCJ)' \
compile_classpath='$(top_builddir):$(compile_classpath)' \ compile_classpath='$(top_builddir):$(compile_classpath)' \
top_srcdir=$(top_srcdir) top_srcdir=$(top_srcdir)
touch compile-classes
else else
compile-classes: classes $(JAVA_SRCS) Makefile compile-classes: classes $(JAVA_SRCS) Makefile
$(JAVAC) $(JAVAC)
......
...@@ -537,6 +537,7 @@ $(JAVA_DEPEND): genclasses ...@@ -537,6 +537,7 @@ $(JAVA_DEPEND): genclasses
@FOUND_GCJ_TRUE@ GCJ='$(GCJ)' \ @FOUND_GCJ_TRUE@ GCJ='$(GCJ)' \
@FOUND_GCJ_TRUE@ compile_classpath='$(top_builddir):$(compile_classpath)' \ @FOUND_GCJ_TRUE@ compile_classpath='$(top_builddir):$(compile_classpath)' \
@FOUND_GCJ_TRUE@ top_srcdir=$(top_srcdir) @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@compile-classes: classes $(JAVA_SRCS) Makefile
@FOUND_GCJ_FALSE@ $(JAVAC) @FOUND_GCJ_FALSE@ $(JAVAC)
@FOUND_GCJ_FALSE@ touch compile-classes @FOUND_GCJ_FALSE@ touch compile-classes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment