From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Reloading uncompiled and testing from several git branches Date: Sat, 16 Feb 2013 22:59:01 +0800 Message-ID: <871ucg1f0q.fsf@ericabrahamsen.net> References: <877gmvalzn.fsf@gmail.com> <87vcae53fi.fsf@bzg.ath.cx> <87haly96xi.fsf@gmail.com> <87zjzqejhz.fsf@bzg.ath.cx> <87wquumhqk.fsf@gmail.com> <87wquth35i.fsf@bzg.ath.cx> <87ehh12gjp.fsf@gmail.com> <87halsat2l.fsf@bzg.ath.cx> <87lib33o0u.fsf@Rainer.invalid> <87wqu81una.fsf@bzg.ath.cx> <874nhc36j4.fsf@Rainer.invalid> <87ehggo8db.fsf@bzg.ath.cx> <87zjz41r1h.fsf@Rainer.invalid> <87621s1jnr.fsf@ericabrahamsen.net> <87r4kgmlym.fsf_-_@bzg.ath.cx> <87vc9s1h9t.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6j9I-0003Ra-Th for emacs-orgmode@gnu.org; Sat, 16 Feb 2013 09:53:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6j9D-0004jv-TY for emacs-orgmode@gnu.org; Sat, 16 Feb 2013 09:53:56 -0500 Received: from plane.gmane.org ([80.91.229.3]:36292) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6j9D-0004j0-N9 for emacs-orgmode@gnu.org; Sat, 16 Feb 2013 09:53:51 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U6j9V-0004xr-JM for emacs-orgmode@gnu.org; Sat, 16 Feb 2013 15:54:09 +0100 Received: from 221.216.160.144 ([221.216.160.144]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Feb 2013 15:54:09 +0100 Received: from eric by 221.216.160.144 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 16 Feb 2013 15:54:09 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Achim Gratz writes: > Bastien writes: >> Yes, that's the mistake I often did. Especially because make test >> compiles the file and do not deleted the compiled files. >> >> Maybe we can have make testclean = make test && make clean >> >> Achim, would that be useful? > > We already have "make test-dirty" for testing without doing a compile. > However, if you'd rather have that target, you can easily add it to > local.mk: > > .PHONY: testclean # in case you'll ever have a file named "testclean" > testclean: test clean Thanks for this pointer!