From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Nicolas Richard" Subject: Re: Reloading uncompiled and testing from several git branches Date: Mon, 18 Feb 2013 13:57:25 +0100 Message-ID: <87vc9ppyoa.fsf@yahoo.fr> 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> <86wqu7ajjw.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7QHV-0000IH-R4 for emacs-orgmode@gnu.org; Mon, 18 Feb 2013 07:57:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U7QHS-0006cH-Bt for emacs-orgmode@gnu.org; Mon, 18 Feb 2013 07:57:17 -0500 Received: from plane.gmane.org ([80.91.229.3]:54068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7QHS-0006c6-56 for emacs-orgmode@gnu.org; Mon, 18 Feb 2013 07:57:14 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U7QHe-00046X-Kt for emacs-orgmode@gnu.org; Mon, 18 Feb 2013 13:57:26 +0100 Received: from geodiff-mac3.ulb.ac.be ([164.15.131.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Feb 2013 13:57:26 +0100 Received: from theonewiththeevillook by geodiff-mac3.ulb.ac.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Feb 2013 13:57:26 +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 François Pinard writes: > Any Makefile which lists dependencies while expecting them to be > satisfied sequentially, one after another, is broken. Make does not > (theoretically) guarantee the order, while in practice, all "make" > programs I know satisfy dependencies from left to right. I can then suggest: .PHONY: testclean testclean: test make clean Would that be cleaner ? -- N.