It is desirable to turn off the use of built-in implicit rules when running
make. I have been successful in doing this via command line option '-r' or
with a MAKEFLAGS environment variable set to '-r'. However, I would like to
simply use the makefile. I have put a MAKEFLAGS variable in my makefile and
I can see that it works for the '-n' option. However, it does nothing when I
use the '-r' option instead. What's the proper syntax, or what is the best
way to disable the built-in implicit rules from within the makefile,
preferably within employing a sub-make?
Thank you,
Kevin Laird
Motorola, Inc.
_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make