emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Reloading uncompiled and testing from several git branches


From: Nicolas Richard
Subject: Re: [O] Reloading uncompiled and testing from several git branches
Date: Mon, 18 Feb 2013 13:57:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.92 (gnu/linux)

François Pinard <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]