diff mbox

Move C front end to its own directory (1/3)

Message ID 1104DD90-6B8D-495A-A3C5-CAB2721EC149@comcast.net
State New
Headers show

Commit Message

Mike Stump Nov. 6, 2013, 2:40 a.m. UTC
On May 29, 2010, at 2:28 PM, Steven Bosscher <stevenb.gcc@gmail.com> wrote:
> This is the first patch of 3 planned, to move the C front end to its
> own directory.

> This first patch moves all the code common to the C-family of front
> ends to a new directory c-family/.

You forgot to clean up the built bits?!:

	* Makefile.in (mostlyclean): Remove c-family objects.
diff mbox

Patch

Index: Makefile.in
===================================================================
--- Makefile.in	(revision 204436)
+++ Makefile.in	(working copy)
@@ -2970,7 +2970,7 @@  gpl.pod: gpl_v3.texi
 
 mostlyclean: lang.mostlyclean
 	-rm -f $(MOSTLYCLEANFILES)
-	-rm -f *$(objext)
+	-rm -f *$(objext) c-family/*$(objext)
 	-rm -f *$(coverageexts)
 # Delete build programs
 	-rm -f build/*