From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Reloading uncompiled and testing from several git branches Date: Sat, 16 Feb 2013 15:21:46 +0100 Message-ID: <87bobkmj9h.fsf@bzg.ath.cx> 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]:48313) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6ijr-0003Ly-Uy for emacs-orgmode@gnu.org; Sat, 16 Feb 2013 09:27:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6ijq-0005QX-IH for emacs-orgmode@gnu.org; Sat, 16 Feb 2013 09:27:39 -0500 Received: from we-in-x0236.1e100.net ([2a00:1450:400c:c03::236]:45926 helo=mail-we0-x236.google.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6ijq-0005QA-D4 for emacs-orgmode@gnu.org; Sat, 16 Feb 2013 09:27:38 -0500 Received: by mail-we0-f182.google.com with SMTP id t57so3670165wey.27 for ; Sat, 16 Feb 2013 06:27:37 -0800 (PST) In-Reply-To: <87vc9s1h9t.fsf@Rainer.invalid> (Achim Gratz's message of "Sat, 16 Feb 2013 15:10:22 +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: Achim Gratz Cc: emacs-orgmode@gnu.org Hi Achim, Achim Gratz writes: > 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 > > In general all such targets that are simple combinations of existing > teargets can be added that way. Great, thanks for the tip! I'll use this. -- Bastien