help-make
[Top][All Lists]
Advanced

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

Re: changing MAKEFLAGS to affect current makefile


From: Paul D. Smith
Subject: Re: changing MAKEFLAGS to affect current makefile
Date: Tue, 27 Apr 2004 13:24:02 -0400

%% Boris Kolpackov <address@hidden> 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 <address@hidden>          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




reply via email to

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