From patchwork Wed Nov 6 02:40:12 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Stump X-Patchwork-Id: 288709 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id EDD7F2C0094 for ; Wed, 6 Nov 2013 13:40:33 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; q=dns; s= default; b=Ern8zKI5iVQkgC7VPQpdii129OMd7HpiWCeBA6/C8OYBagAXvsHtP WKXCcPqg4zjbWIy3k9uW72grG6ihTUhg77WQGPEA9OpVH2pG/XSARXnnhmWzNSgQ q/Z7FpLZ4thDZF6Xj4WmkszoepfygffPeoMdi23C2rt8nnV2U50nkM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; s=default; bh=dVUt7Ek3hjo5vVIzz4Lp3M6tIrM=; b=JDmWCwdH3hTBd5niq+T6rkuft8rS kArVLAd5w6SxDwrVCJ34bTM5sGXWtZDIxg9Zk58tUB+Zoq1UMnLLJIuEEt2bylBr k0llIG4xqqF2UYmccNE1wqzFUSJcmLbSbepqgVN5mhVQFnkcLESZqLJwbpaOrs/A BK5zUcIeQf4IOz4= Received: (qmail 3522 invoked by alias); 6 Nov 2013 02:40:23 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 3513 invoked by uid 89); 6 Nov 2013 02:40:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL, BAYES_40, FREEMAIL_FROM, RDNS_NONE, SPF_PASS, URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: qmta04.emeryville.ca.mail.comcast.net Received: from Unknown (HELO qmta04.emeryville.ca.mail.comcast.net) (76.96.30.40) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 06 Nov 2013 02:40:22 +0000 Received: from omta19.emeryville.ca.mail.comcast.net ([76.96.30.76]) by qmta04.emeryville.ca.mail.comcast.net with comcast id m11E1m0011eYJf8A42gEtt; Wed, 06 Nov 2013 02:40:14 +0000 Received: from up.mrs.kithrup.com ([24.4.193.8]) by omta19.emeryville.ca.mail.comcast.net with comcast id m2gD1m00d0BKwT4012gELR; Wed, 06 Nov 2013 02:40:14 +0000 Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: [patch] Move C front end to its own directory (1/3) From: Mike Stump In-Reply-To: Date: Tue, 5 Nov 2013 18:40:12 -0800 Cc: GCC Patches Message-Id: <1104DD90-6B8D-495A-A3C5-CAB2721EC149@comcast.net> References: To: Steven Bosscher X-IsSubscribed: yes On May 29, 2010, at 2:28 PM, Steven Bosscher 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. 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/*