From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12394 invoked by alias); 17 Apr 2008 23:08:57 -0000 Received: (qmail 12385 invoked by uid 22791); 17 Apr 2008 23:08:56 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 17 Apr 2008 23:08:18 +0000 Received: from zps35.corp.google.com (zps35.corp.google.com [172.25.146.35]) by smtp-out.google.com with ESMTP id m3HN8APo031157 for ; Fri, 18 Apr 2008 00:08:11 +0100 Received: from localhost (ruffy.corp.google.com [172.18.118.116]) by zps35.corp.google.com with ESMTP id m3HN89U0009229 for ; Thu, 17 Apr 2008 16:08:10 -0700 Received: by localhost (Postfix, from userid 67641) id E27DE1C75AF; Thu, 17 Apr 2008 16:08:08 -0700 (PDT) To: gdb-patches@sourceware.org Subject: [commit] gdb.opt/Makefile.in: Fix whitespace. Message-Id: <20080417230808.E27DE1C75AF@localhost> Date: Thu, 17 Apr 2008 23:31:00 -0000 From: dje@google.com (Doug Evans) 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: 2008-04/txt/msg00378.txt.bz2 Checked in as obvious. spaces were used instead of tabs. 2008-04-17 Doug Evans * gdb.opt/Makefile.in: Fix whitespace. Index: gdb.opt/Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.opt/Makefile.in,v retrieving revision 1.1 diff -u -p -u -p -r1.1 Makefile.in --- gdb.opt/Makefile.in 25 Oct 2007 20:30:26 -0000 1.1 +++ gdb.opt/Makefile.in 17 Apr 2008 23:05:42 -0000 @@ -6,19 +6,19 @@ EXECUTABLES = hello/hello MISCELLANEOUS = all info install-info dvi install uninstall installcheck check: - @echo "Nothing to be done for $@..." + @echo "Nothing to be done for $@..." clean mostlyclean: - -find . -name '*.o' -print | xargs rm -f - -find . -name '*.ali' -print | xargs rm -f - -find . -name 'b~*.ad[sb]' -print | xargs rm -f - -rm -f *~ a.out xgdb *.x *.ci *.tmp - -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp - -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES) - -rm -f $(MISCELLANEOUS) twice-tmp.c + -find . -name '*.o' -print | xargs rm -f + -find . -name '*.ali' -print | xargs rm -f + -find . -name 'b~*.ad[sb]' -print | xargs rm -f + -rm -f *~ a.out xgdb *.x *.ci *.tmp + -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp + -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES) + -rm -f $(MISCELLANEOUS) twice-tmp.c distclean maintainer-clean realclean: clean - -rm -f *~ core - -rm -f Makefile config.status config.log - -rm -f *-init.exp - -rm -fr *.log summary detail *.plog *.sum *.psum site.* + -rm -f *~ core + -rm -f Makefile config.status config.log + -rm -f *-init.exp + -rm -fr *.log summary detail *.plog *.sum *.psum site.*