Commit a87948f7 by Mike Stump Committed by Mike Stump

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

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

From-SVN: r120465
parent 081b57d3
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.
......
......@@ -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.
......
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