help-make
[Top][All Lists]
Advanced

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

Re: Repeated execution of the same phony target. How?


From: John Graham-Cumming
Subject: Re: Repeated execution of the same phony target. How?
Date: Thu, 22 Mar 2007 08:50:43 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040208 Thunderbird/0.5 Mnenhy/0.6.0.104

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Florian Sauer wrote:
> with the Makefile below I want it to print "Hello" twice, when I run:
> 
>>make test test
> 
> but instead it prints:
> 
> Hello
> make: Nothing to be done for `test'.
> 
> Is there a way so that i can make it print "Hello" twice?

No.

You could do:

make test ; make test

But fundamentally make builds things once.

John.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGAjVTLphrp73n/hARAgKDAKC73KDK4agQnBeQ4uGQWH78yF5wGQCg4NSv
9zLBfFYkakKwcEl362tPYAs=
=VsFz
-----END PGP SIGNATURE-----




reply via email to

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