Paul D. Smith <[EMAIL PROTECTED]> writes: > bk> Which means that I should be able to say something like > > bk> MAKEFLAGS += -r > > bk> and all built-in implicit rules are gone. But that sounds too > bk> good to be true - this line has no effect on current make. > > This is indeed a bug (IMO anyway), and has been for basically as long as > make has been around. I thought there was even a bug in Savannah about > this.
Actually it sort of works. For example the following two lines at the beginning of the makefile .SUFFIXES: MAKEFLAGS += -r are equivalent to running 'make -r'. hth, -boris
pgp00000.pgp
Description: PGP signature
_______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
