%% gk <[EMAIL PROTECTED]> 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". g> That section only says how to cancel rules that have commands by g> writing a rule without commands. The manual does not seem to g> address how to cancel implicit rules that have no commands. I don't understand your comment. All the above rules have commands. There aren't any pattern rules without commands. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> 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 _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
