===================================================================
@@ -1,3 +1,8 @@
+2015-04-23 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.
===================================================================
@@ -811,6 +811,7 @@
-$(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
===================================================================
@@ -1,3 +1,7 @@
+2015-04-23 Jim Wilson <jim.wilson@linaro.org>
+
+ * Make-lang.in (c++.mostlyclean): Remove xg++, g++-cross, and cc1plus.
+
2015-04-23 Jason Merrill <jason@redhat.com>
PR c++/65646
===================================================================
@@ -221,6 +221,7 @@
-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
===================================================================
@@ -1,3 +1,8 @@
+2015-04-23 Jim Wilson <jim.wilson@linaro.org>
+
+ * Make-lang.in (fortran.mostlyclean): Remove gfortran and
+ gfortran-cross.
+
2015-04-23 Andre Vehreschild <vehre@gmx.de>
PR fortran/60322
===================================================================
@@ -275,7 +275,7 @@
# 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:
===================================================================
@@ -1,3 +1,7 @@
+2015-04-23 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.
===================================================================
@@ -198,6 +198,7 @@
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:
===================================================================
@@ -1,3 +1,8 @@
+2015-04-23 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
===================================================================
@@ -285,6 +285,10 @@
# 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:
===================================================================
@@ -1,3 +1,7 @@
+2015-04-23 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.
===================================================================
@@ -114,6 +114,7 @@
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:
===================================================================
@@ -1,3 +1,7 @@
+2015-04-23 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,
===================================================================
@@ -142,6 +142,7 @@
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