Makefile.am (all_property_files): Remove left over.
2005-02-21 Andreas Tobler <a.tobler@schweiz.ch> * Makefile.am (all_property_files): Remove left over. (classes.stamp): Add stamp for the ONESTEP build, also known as --enable-libgcj-multifile. * Makefile.in: Regenerated. From-SVN: r95337
This commit is contained in:
parent
f65ca04d8d
commit
d0a68934cf
3 changed files with 11 additions and 4 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2005-02-21 Andreas Tobler <a.tobler@schweiz.ch>
|
||||||
|
|
||||||
|
* Makefile.am (all_property_files): Remove left over.
|
||||||
|
(classes.stamp): Add stamp for the ONESTEP build, also known as
|
||||||
|
--enable-libgcj-multifile.
|
||||||
|
* Makefile.in: Regenerated.
|
||||||
|
|
||||||
2005-02-21 Michael Koch <konqueror@gmx.de>
|
2005-02-21 Michael Koch <konqueror@gmx.de>
|
||||||
|
|
||||||
* java/awt/Button.java,
|
* java/awt/Button.java,
|
||||||
|
|
|
@ -500,7 +500,7 @@ all_java_source_files = \
|
||||||
|
|
||||||
all_java_class_files = $(all_java_source_files:.java=.class)
|
all_java_class_files = $(all_java_source_files:.java=.class)
|
||||||
|
|
||||||
all_property_files = $(property_files) $(jgss_property_files) \
|
all_property_files = $(property_files) \
|
||||||
java/util/logging/logging.properties
|
java/util/logging/logging.properties
|
||||||
|
|
||||||
## Build property files into the library.
|
## Build property files into the library.
|
||||||
|
@ -522,7 +522,7 @@ classes.stamp: $(all_java_source_files)
|
||||||
@echo Compiling Java sourcefiles...
|
@echo Compiling Java sourcefiles...
|
||||||
@: $(call write_entries_to_file,$?,libgcj.sourcelist)
|
@: $(call write_entries_to_file,$?,libgcj.sourcelist)
|
||||||
$(JAVAC) $(JCFLAGS) -classpath '' -bootclasspath $(BOOTCLASSPATH) -d $(here) @libgcj.sourcelist
|
$(JAVAC) $(JCFLAGS) -classpath '' -bootclasspath $(BOOTCLASSPATH) -d $(here) @libgcj.sourcelist
|
||||||
|
echo > classes.stamp
|
||||||
# This next rule seems backward, but reflects the fact that 1) all
|
# This next rule seems backward, but reflects the fact that 1) all
|
||||||
# classfiles are compiled in one go when classes.stamp is built and 2)
|
# classfiles are compiled in one go when classes.stamp is built and 2)
|
||||||
# anything which depends on a particular .class file must wait until
|
# anything which depends on a particular .class file must wait until
|
||||||
|
|
|
@ -5344,7 +5344,7 @@ all_java_source_files = \
|
||||||
$(gnu_xml_source_files)
|
$(gnu_xml_source_files)
|
||||||
|
|
||||||
all_java_class_files = $(all_java_source_files:.java=.class)
|
all_java_class_files = $(all_java_source_files:.java=.class)
|
||||||
all_property_files = $(property_files) $(jgss_property_files) \
|
all_property_files = $(property_files) \
|
||||||
java/util/logging/logging.properties
|
java/util/logging/logging.properties
|
||||||
|
|
||||||
property_files = \
|
property_files = \
|
||||||
|
@ -26610,7 +26610,7 @@ $(lib_gnu_java_awt_peer_gtk_la_OBJECTS): $(lib_gnu_java_awt_peer_gtk_la_DEPENDEN
|
||||||
@ONESTEP_TRUE@ @echo Compiling Java sourcefiles...
|
@ONESTEP_TRUE@ @echo Compiling Java sourcefiles...
|
||||||
@ONESTEP_TRUE@ @: $(call write_entries_to_file,$?,libgcj.sourcelist)
|
@ONESTEP_TRUE@ @: $(call write_entries_to_file,$?,libgcj.sourcelist)
|
||||||
@ONESTEP_TRUE@ $(JAVAC) $(JCFLAGS) -classpath '' -bootclasspath $(BOOTCLASSPATH) -d $(here) @libgcj.sourcelist
|
@ONESTEP_TRUE@ $(JAVAC) $(JCFLAGS) -classpath '' -bootclasspath $(BOOTCLASSPATH) -d $(here) @libgcj.sourcelist
|
||||||
|
@ONESTEP_TRUE@ echo > classes.stamp
|
||||||
# This next rule seems backward, but reflects the fact that 1) all
|
# This next rule seems backward, but reflects the fact that 1) all
|
||||||
# classfiles are compiled in one go when classes.stamp is built and 2)
|
# classfiles are compiled in one go when classes.stamp is built and 2)
|
||||||
# anything which depends on a particular .class file must wait until
|
# anything which depends on a particular .class file must wait until
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue