gnu-arch-users
[Top][All Lists]
Advanced

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

Re: [Gnu-arch-users] Build System links/ recommendations


From: Andrew Suffield
Subject: Re: [Gnu-arch-users] Build System links/ recommendations
Date: Fri, 3 Sep 2004 16:37:47 +0100
User-agent: Mutt/1.5.6+20040818i

On Fri, Sep 03, 2004 at 05:16:43PM +0200, Jan Hudec wrote:
> $ cat ,test.mk 
> @foo : | @bar
>       touch @foo
> 
> @bar :
>       test -f @bar || touch @bar
> 
> .PHONY: @bar
> $ touch @foo
> $ make -f ,test.mk @foo
> test -f @bar || touch @bar
> $
> 
> This does not count either.

Why not? That's exactly what you asked for: go recurse to the makefile
that can make the test properly, but don't prejudice the rebuild
because we recursed.

Obviously it makes no sense if you're not recursing.

-- 
  .''`.  ** Debian GNU/Linux ** | Andrew Suffield
 : :' :  http://www.debian.org/ |
 `. `'                          |
   `-             -><-          |

Attachment: signature.asc
Description: Digital signature


reply via email to

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