Makefile-lan.in (ada.mostlyclean): Remove gnatbind and gnat1.

ada/
* gcc-interface/Makefile-lan.in (ada.mostlyclean): Remove gnatbind
and gnat1.
cp/
* Make-lang.in (c++.mostlyclean): Remove xg++, g++-cross, and cc1plus.
fortran/
* Make-lang.in (fortran.mostlyclean): Remove gfortran and
gfortran-cross.
go/
* Make-lang.in (go.mostlyclean): Remove gccgo, gccgo-cross, and go1.
jit/
* Make-lang.in (jit.mostlyclean): Remove shared libraries and object
files.
objc/
* Make-lang.in (objc.mostlyclean): Remove cc1obj.
objcp/
* Make-lang.in (obj-c++.mostlyclean): Remove cc1objplus.

From-SVN: r222492
This commit is contained in:
Jim Wilson 2015-04-27 22:59:06 +00:00 committed by Jim Wilson
parent 03e73da676
commit 46bf0b0a60
14 changed files with 41 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-04-27 Jim Wilson <jim.wilson@linaro.org>
* gcc-interface/Makefile-lan.in (ada.mostlyclean): Remove gnatbind
and gnat1.
2015-04-13 Eric Botcazou <ebotcazou@adacore.com>
* gnatvsn.ads (Library_Version): Bump to 6.

View File

@ -811,6 +811,7 @@ ada.mostlyclean:
-$(RM) ada/*$(coverageexts)
-$(RM) ada/sdefault.adb ada/stamp-sdefault ada/stamp-snames
-$(RMDIR) ada/tools
-$(RM) gnatbind$(exeext) gnat1$(exeext)
ada.clean:
ada.distclean:
-$(RM) ada/Makefile

View File

@ -1,3 +1,7 @@
2015-04-27 Jim Wilson <jim.wilson@linaro.org>
* Make-lang.in (c++.mostlyclean): Remove xg++, g++-cross, and cc1plus.
2015-04-24 Jason Merrill <jason@redhat.com>
PR c++/50800

View File

@ -221,6 +221,7 @@ c++.mostlyclean:
-rm -f doc/g++.1
-rm -f cp/*$(objext)
-rm -f cp/*$(coverageexts)
-rm -f xg++$(exeext) g++-cross$(exeext) cc1plus$(exeext)
c++.clean:
c++.distclean:
-rm -f cp/config.status cp/Makefile

View File

@ -1,3 +1,8 @@
2015-04-27 Jim Wilson <jim.wilson@linaro.org>
* Make-lang.in (fortran.mostlyclean): Remove gfortran and
gfortran-cross.
2015-04-27 Andre Vehreschild <vehre@gmx.de>
PR fortran/59678

View File

@ -275,7 +275,7 @@ fortran.uninstall:
# We just have to delete files specific to us.
fortran.mostlyclean:
-rm -f f951$(exeext)
-rm -f gfortran$(exeext) gfortran-cross$(exeext) f951$(exeext)
-rm -f fortran/*.o
fortran.clean:

View File

@ -1,3 +1,7 @@
2015-04-27 Jim Wilson <jim.wilson@linaro.org>
* Make-lang.in (go.mostlyclean): Remove gccgo, gccgo-cross, and go1.
2015-04-17 Chris Manghane <cmang@google.com>
* Make-lang.in (GO_OBJS): Add go/escape.o.

View File

@ -198,6 +198,7 @@ go.uninstall:
go.mostlyclean:
-rm -f go/*$(objext)
-rm -f go/*$(coverageexts)
-rm -f gccgo$(exeext) gccgo-cross$(exeext) go1$(exeext)
go.clean:
go.distclean:
go.maintainer-clean:

View File

@ -1,3 +1,8 @@
2015-04-27 Jim Wilson <jim.wilson@linaro.org>
* Make-lang.in (jit.mostlyclean): Remove shared libraries and object
files.
2015-04-09 David Malcolm <dmalcolm@redhat.com>
PR jit/65691

View File

@ -285,6 +285,10 @@ jit.uninstall:
# We just have to delete files specific to us.
jit.mostlyclean:
-rm -f $(LIBGCCJIT_FILENAME) $(LIBGCCJIT_SYMLINK)
-rm -f $(LIBGCCJIT_LINKER_NAME_SYMLINK) $(FULL_DRIVER_NAME)
-rm -f $(LIBGCCJIT_SONAME)
-rm -f $(jit_OBJS)
jit.clean:

View File

@ -1,3 +1,7 @@
2015-04-27 Jim Wilson <jim.wilson@linaro.org>
* Make-lang.in (objc.mostlyclean): Remove cc1obj.
2015-04-18 Trevor Saunders <tsaunders@mozilla.com>
* objc-act.c: Adjust for hash_table changes.

View File

@ -114,6 +114,7 @@ objc.uninstall:
objc.mostlyclean:
-rm -f objc/*$(objext) objc/xforward objc/fflags
-rm -f objc/*$(coverageexts)
-rm -f cc1obj$(exeext)
objc.clean: objc.mostlyclean
-rm -rf objc-headers
objc.distclean:

View File

@ -1,3 +1,7 @@
2015-04-27 Jim Wilson <jim.wilson@linaro.org>
* Make-lang.in (obj-c++.mostlyclean): Remove cc1objplus.
2015-01-09 Michael Collison <michael.collison@linaro.org>
* objcp-decl.c: Include hash-set.h, machmode.h, vec.h, double-int.h,

View File

@ -142,6 +142,7 @@ obj-c++.uninstall:
obj-c++.mostlyclean:
-rm -f objcp/*$(objext)
-rm -f objcp/*$(coverageexts)
-rm -f cc1objplus$(exeext)
obj-c++.clean: obj-c++.mostlyclean
obj-c++.distclean:
-rm -f objcp/config.status objcp/Makefile