On Tue, Dec 15, 2009 at 10:17 AM, Eli Zaretskii <[email protected]> wrote:
>> Date: Mon, 14 Dec 2009 11:40:39 -0800
>> From: Philip Guenther <[email protected]>
>> Cc: "[email protected]" <[email protected]>
>>
>> 1) if you don't use RCS or SCCS, then disable the pattern rules for
>> checking out files from them with
>>
>> %:: %,v
>> %:: RCS/%,v
>> %:: RCS/%
>> %:: s.%
>> %:: SCCS/s.%
>
> Disable how? by rebuilding Make after removing them from the built-in
> database of rules, or by something you put in a Makefile?
Umm, by including exactly the lines I gave above, as documented in the
info, "Canceling Implicit Rules":
...
You can cancel a built-in implicit rule by defining a pattern rule
with the same target and prerequisites, but no commands. For example,
the following would cancel the rule that runs the assembler:
%.o : %.s
Add those lines and compare the output of 'make -d' or 'make -p'...
Philip Guenther
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make