%% Boris Kolpackov <[EMAIL PROTECTED]> writes:

  bk> Actually it sort of works. For example the following two lines at the
  bk> beginning of the makefile

  bk> .SUFFIXES:
  bk> MAKEFLAGS += -r

  bk> are equivalent to running 'make -r'.

Actually, not.  The MAKEFLAGS+=-r is not doing anything here.

.SUFFIXES: will remove all builtin suffix rules, but it won't impact
builtin pattern rules.

-- 
-------------------------------------------------------------------------------
 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://mail.gnu.org/mailman/listinfo/help-make

Reply via email to