Makefile.in (mostlyclean): Don't remove libgcc anymore.

* Makefile.in (mostlyclean): Don't remove libgcc anymore.
	(clean): Likewise.

From-SVN: r120465
This commit is contained in:
Mike Stump 2007-01-05 00:38:22 +00:00 committed by Mike Stump
parent 081b57d3c1
commit a87948f7fb
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-01-04 Mike Stump <mrs@apple.com>
* Makefile.in (mostlyclean): Don't remove libgcc anymore.
(clean): Likewise.
2007-01-04 Eric Christopher <echristo@apple.com>
* libgcc2.c (__bswapsi2): Use SItype.

View File

@ -3524,7 +3524,6 @@ fsf-funding.pod: funding.texi
mostlyclean: lang.mostlyclean
-rm -f $(STAGECOPYSTUFF) $(STAGEMOVESTUFF)
-rm -f *$(coverageexts)
-rm -rf libgcc
# Delete build programs
-rm -f build/*
-rm -f mddeps.mk
@ -3568,7 +3567,6 @@ clean: mostlyclean lang.clean
-rm -f config.h tconfig.h bconfig.h tm_p.h tm.h
-rm -f options.c options.h optionlist
-rm -f cs-*
-rm -rf libgcc
-rm -f doc/*.dvi
-rm -f doc/*.pdf
# Delete the include directory.