help-make
[Top][All Lists]
Advanced

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

Phony Target problem


From: MD.Mahbubur Rahman
Subject: Phony Target problem
Date: Wed, 12 Oct 2011 22:14:00 -0700 (PDT)

Hi friends,
I have following code in make file. I expected as the show is a phony
target, it will not execute, but I found it executing. How can I prevent it?

.PHONY:show
show:
        @echo "Hi"

Thanks
Br
Rahman

-- 
View this message in context: 
http://old.nabble.com/Phony-Target-problem-tp32642959p32642959.html
Sent from the Gnu - Make - Help mailing list archive at Nabble.com.




reply via email to

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