help-make
[Top][All Lists]
Advanced

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

how to make not output anything for empty command target


From: Mark Galeck (CW)
Subject: how to make not output anything for empty command target
Date: Fri, 13 Nov 2009 13:22:58 -0800

Hello,

 

I have a target with empty command

 

.PHONY: foobar

.SILENT: foobar

foobar: ;

 

When I do

>make foobar

 

make still says “nothing to be done”.  How do I arrange the target, so make does not say anything at all when it encounters it? 

 

Mark


reply via email to

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