Use ## for comment.
authorH.J. Lu <hjl@gcc.gnu.org>
Wed, 5 Jun 2002 00:19:30 +0000 (17:19 -0700)
committerH.J. Lu <hjl@gcc.gnu.org>
Wed, 5 Jun 2002 00:19:30 +0000 (17:19 -0700)
From-SVN: r54271

libjava/Makefile.am
libjava/Makefile.in

index cfea00564759b2c703c14b17b5d5bc1a3933f8b3..2d713cabdfa99653da8d1ca6e376dd535f8ddd07 100644 (file)
@@ -223,9 +223,9 @@ $(javao_files) $(x_javao_files): %.lo: %.java
 
 ## Pass the list of object files to libtool in a temporary file to 
 ## avoid tripping platform command line length limits. We also use
-# libgcj_convenience.la to avoid creating a long linker command line
-# which causes problems on some OSes and makes it almost impossible to
-# debug the linker under a debugger.
+## libgcj_convenience.la to avoid creating a long linker command line
+## which causes problems on some OSes and makes it almost impossible to
+## debug the linker under a debugger.
 libgcj_convenience.la: $(libgcj_la_OBJECTS) $(libgcj_la_DEPENDENCIES)
        @: $(shell echo Creating list of files to link...) $(shell rm -f libgcj.objectlist || :) $(shell touch libgcj.objectlist) $(foreach object,$(libgcj_la_OBJECTS) $(libgcj_la_LIBADD),$(shell echo $(object) >> libgcj.objectlist))
        $(libgcj_la_LINK) -objectlist libgcj.objectlist
index c1bad83e8f0bb36498764ebf3c1525c3f9e14b30..195208fe4a00b06add5bcf4e78803a6b6286fba4 100644 (file)
@@ -3272,9 +3272,6 @@ $(c_files): java/lang/fdlibm.h java/lang/ieeefp.h java/lang/mprec.h
 $(javao_files) $(x_javao_files): %.lo: %.java
        $(GCJCOMPILE) -o $@ $<
 
-# libgcj_convenience.la to avoid creating a long linker command line
-# which causes problems on some OSes and makes it almost impossible to
-# debug the linker under a debugger.
 libgcj_convenience.la: $(libgcj_la_OBJECTS) $(libgcj_la_DEPENDENCIES)
        @: $(shell echo Creating list of files to link...) $(shell rm -f libgcj.objectlist || :) $(shell touch libgcj.objectlist) $(foreach object,$(libgcj_la_OBJECTS) $(libgcj_la_LIBADD),$(shell echo $(object) >> libgcj.objectlist))
        $(libgcj_la_LINK) -objectlist libgcj.objectlist