From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16919 invoked by alias); 22 Feb 2011 11:49:22 -0000 Received: (qmail 16910 invoked by uid 22791); 22 Feb 2011 11:49:22 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,TW_XG,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from ausc60ps301.us.dell.com (HELO ausc60ps301.us.dell.com) (143.166.148.206) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 22 Feb 2011 11:49:17 +0000 X-Loopcount0: from 10.152.240.141 Subject: Re: [commit] Make "make clean" mo bettah Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: Paul Koning In-Reply-To: <4D632BE3.3030202@vmware.com> Date: Tue, 22 Feb 2011 13:27:00 -0000 Cc: "gdb-patches@sourceware.org" Content-Transfer-Encoding: 7bit Message-Id: <910AA651-E8D8-4569-851A-E1274AA61183@dell.com> References: <4D632BE3.3030202@vmware.com> To: Michael Snyder X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-02/txt/msg00581.txt.bz2 On Feb 21, 2011, at 10:22 PM, Michael Snyder wrote: > I noticed an awful lot of files being left behind by "make clean". > Checking this in... > ... > Index: Makefile.in > =================================================================== > RCS file: /cvs/src/src/gdb/testsuite/Makefile.in,v > ... > clean mostlyclean: > - -rm -f *~ core *.o a.out xgdb *.x *.grt > + -rm -f *~ core *.o a.out xgdb *.x *.grt bigcore.corefile > + -rm - core.* Did you mean "-f" there? paul