Re: '-r' option

2001-04-30 Thread Paul D. Smith
%% Laird Kevin-QKL001 <[EMAIL PROTECTED]> writes: lk> It is desirable to turn off the use of built-in implicit rules lk> when running make. I have been successful in doing this via lk> command line option '-r' or with a MAKEFLAGS environment variable lk> set to '-r'. However, I would like

Re: problem with $(wildcard ,,,)

2001-04-30 Thread Paul D. Smith
%% "Nic Ferrier" <[EMAIL PROTECTED]> writes: nf> I think I've found a problem with version 3.79.1 of make. The nf> problem also exists with 3.78.1 nf> The problem is that the $(wildcard) function doesn't always work. If nf> the file that is tested only exists as the result of an operatio