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
@ -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>
|
||||
|
||||
* java/awt/Button.java,
|
||||
|
@ -500,7 +500,7 @@ all_java_source_files = \
|
||||
|
||||
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
|
||||
|
||||
## Build property files into the library.
|
||||
@ -522,7 +522,7 @@ classes.stamp: $(all_java_source_files)
|
||||
@echo Compiling Java sourcefiles...
|
||||
@: $(call write_entries_to_file,$?,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
|
||||
# classfiles are compiled in one go when classes.stamp is built and 2)
|
||||
# anything which depends on a particular .class file must wait until
|
||||
|
@ -5344,7 +5344,7 @@ all_java_source_files = \
|
||||
$(gnu_xml_source_files)
|
||||
|
||||
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
|
||||
|
||||
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@ @: $(call write_entries_to_file,$?,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
|
||||
# classfiles are compiled in one go when classes.stamp is built and 2)
|
||||
# anything which depends on a particular .class file must wait until
|
||||
|
Loading…
Reference in New Issue
Block a user