|
From: | gk |
Subject: | Re: how to disable RCS, SCCS implicit rules? |
Date: | Sat, 09 Nov 2002 03:40:56 -0800 |
At 12:49 AM 11/9/2002 -0500, Paul D. Smith wrote:
%% gk <address@hidden> writes: g> I would prefer not to see these implicit rule searches in debug g> output; is there a way other than 'make -r' to disable them? g> %:: RCS/%,v g> %:: RCS/% g> %:: s.% g> %:: SCCS/s.% You can delete pattern rules. See the GNU make manual, section "Canceling Implicit Rules".
That section only says how to cancel rules that have commands by writing a rule without commands. The manual does not seem to address how to cancel implicit rules that have no commands.
- Greg Keraunen
[Prev in Thread] | Current Thread | [Next in Thread] |