help-make
[Top][All Lists]
Advanced

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

Re: -r, .SUFFIXES:


From: Boris Kolpackov
Subject: Re: -r, .SUFFIXES:
Date: Wed, 5 Oct 2005 06:49:39 +0000 (UTC)
User-agent: nn/6.6.5+RFC1522

Torsten Mohr <address@hidden> writes:

> Is there a way to tell "make" in the Makefile to not use _any_
> implicit rules?

You probably mean *built-in* implicit rules here:

.SUFFIXES:

ifeq ($(filter -r,$(MAKEFLAGS)),)
MAKEFLAGS += -r
endif


hth,
-boris





reply via email to

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