mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 14:01:04 +08:00
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:
parent
0b1307e51a
commit
f441078656
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user