Commit 34f87940 by Tom Tromey Committed by Tom Tromey

re PR libgcj/16869 (too long list of arguments in "make clean")

	PR libgcj/16869:
	* Makefile.in: Rebuilt.
	* Makefile.am (MOSTLYCLEANFILES): Removed.
	(mostlyclean-local): Remove header files.

From-SVN: r87813
parent b8b639c9
2004-09-21 Tom Tromey <tromey@redhat.com>
PR libgcj/16869:
* Makefile.in: Rebuilt.
* Makefile.am (MOSTLYCLEANFILES): Removed.
(mostlyclean-local): Remove header files.
2004-09-21 Casey Marshall <csm@gnu.org> 2004-09-21 Casey Marshall <csm@gnu.org>
* java/security/cert/X509CRLSelector.java: * java/security/cert/X509CRLSelector.java:
......
...@@ -523,15 +523,14 @@ libgcj-@gcc_version@.jar: $(all_java_class_files) ...@@ -523,15 +523,14 @@ libgcj-@gcc_version@.jar: $(all_java_class_files)
endif endif
# Note: The libtool objects are removed by mostlyclean-local
# because of command-line-length issues.
MOSTLYCLEANFILES = $(nat_headers) $(xlib_nat_headers)
CLEANFILES = libgcj-@gcc_version@.jar CLEANFILES = libgcj-@gcc_version@.jar
mostlyclean-local: mostlyclean-local:
## Use libtool rm to remove each libtool object ## Use libtool rm to remove each libtool object
find . -name '*.lo' -print | xargs $(LIBTOOL) rm -f find . -name '*.lo' -print | xargs $(LIBTOOL) rm -f
## Remove headers. We use GNU make trickery because otherwise
## the command line is too long.
@: $(foreach header,$(nat_headers) $(xlib_nat_headers) $(gtk_jni_headers),$(shell rm -f '$(header)'))
clean-local: clean-local:
## Remove every .class file that was created. ## Remove every .class file that was created.
......
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