%% Maciej Walezak <[EMAIL PROTECTED]> writes:

  mw> Is there a possibility to write it in more compact way
  mw> i.e. without redundantly repeating the command?

No.

You can put the command in a variable, so at least you only need to
write/change one variable.

You can also auto-generate the rules by using GNU make's auto-re-exec
feature.

Other than that, you just have to write them all out by hand.

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

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

Reply via email to