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:
parent
081b57d3c1
commit
a87948f7fb
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user