This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

cleaning libgcc_s$(SHLIB_EXT).0


I added the below to just the mainline.

2001-04-10  Mike Stump  <mrs@wrs.com>

	* Makefile.in (clean): Remove built leftovers.

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Makefile.in,v
retrieving revision 1.638
diff -p -c -r1.638 Makefile.in
*** Makefile.in	2001/04/09 23:43:03	1.638
--- Makefile.in	2001/04/11 00:03:58
*************** mostlyclean: $(INTL_MOSTLYCLEAN) lang.mo
*** 2347,2353 ****
  # that don't exist in the distribution.
  INTL_CLEAN = intl.clean
  clean: mostlyclean $(INTL_CLEAN) lang.clean
! 	-rm -f libgcc.a libgcc_s$(SHLIB_EXT)
  	-rm -f config.h tconfig.h hconfig.h tm_p.h 
  	-rm -f cs-*
  	-rm -rf libgcc
--- 2347,2353 ----
  # that don't exist in the distribution.
  INTL_CLEAN = intl.clean
  clean: mostlyclean $(INTL_CLEAN) lang.clean
! 	-rm -f libgcc.a libgcc_s$(SHLIB_EXT) libgcc_s$(SHLIB_EXT).0
  	-rm -f config.h tconfig.h hconfig.h tm_p.h 
  	-rm -f cs-*
  	-rm -rf libgcc
------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]