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
_______________________________________________
Help-make mailing list
Help-make@gnu.org
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to