From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5857 invoked by alias); 2 Mar 2009 00:10:50 -0000 Received: (qmail 5849 invoked by uid 22791); 2 Mar 2009 00:10:49 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,HK_OBFDOM,SPF_PASS 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.43rc1) with ESMTP; Mon, 02 Mar 2009 00:10:44 +0000 Received: from wpaz37.hot.corp.google.com (wpaz37.hot.corp.google.com [172.24.198.101]) by smtp-out.google.com with ESMTP id n220AeJd007060 for ; Mon, 2 Mar 2009 00:10:41 GMT Received: from localhost (ruffy.mtv.corp.google.com [172.18.118.116]) by wpaz37.hot.corp.google.com with ESMTP id n220Adbb021004 for ; Sun, 1 Mar 2009 16:10:39 -0800 Received: by localhost (Postfix, from userid 67641) id 161241C7A1E; Sun, 1 Mar 2009 16:10:38 -0800 (PST) To: gdb-patches@sourceware.org Subject: [RFA] Makefile.in (clean): rm -f $(DEPDIR)/*. Message-Id: <20090302001039.161241C7A1E@localhost> Date: Mon, 02 Mar 2009 00:10:00 -0000 From: dje@google.com (Doug Evans) X-System-Of-Record: true 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: 2009-03/txt/msg00000.txt.bz2 Hi. IWBN if "make clean" cleared out .deps/*. Otherwise when something gets moved then dependencies still refer to the old place and require the equivalent of a "make distclean" to get make working again (which is a bit heavyweight). IWBN if "make clean" was sufficient. Ok to check in? 2009-03-01 Doug Evans * Makefile.in (clean): rm -f $(DEPDIR)/*. Index: Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.1068 diff -u -p -r1.1068 Makefile.in --- Makefile.in 17 Feb 2009 17:56:50 -0000 1.1068 +++ Makefile.in 2 Mar 2009 00:05:29 -0000 @@ -1124,6 +1124,7 @@ clean mostlyclean: $(CONFIG_CLEAN) rm -f gdb[0-9]$(EXEEXT) rm -f test-cp-name-parser$(EXEEXT) rm -f xml-builtin.c stamp-xml + rm -f $(DEPDIR)/* .PHONY: clean-tui clean-tui: