%% "Angel Tsankov" <[EMAIL PROTECTED]> writes:

  >> BTW, I don't need to @echo in the %.d rule. An empty command line
  >> (tab) was sufficient for my make version.

  at> I supposed it would do, but I'd already implemented the @echo
  at> version which I had tested and it worked.

Note that an empty command line is slightly more efficient because make
is smart enough to realize that there is nothing to do and it won't even
run a shell.

But, since this happens so rarely it's not a big deal either way.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to