Date: Tue, 13 Jan 2004 14:30:20 -0800 (PST) From: Brian Feldman <green@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.obj.mk Message-ID: <200401132230.i0DMUKwH065222@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
green 2004/01/13 14:30:20 PST FreeBSD src repository Modified files: share/mk bsd.obj.mk Log: Clarify revision 1.49. Specifically, using ${MAKE} target instead of depending on a target will cause ${MAKE} to have been "reset" to the initial value by make(1). This breaks, for example, make MAKE="make -f subMakefile" clean. The supported way to pass these sorts of make flags is actually the .MAKEFLAGS variable. Revision Changes Path 1.50 +0 -0 src/share/mk/bsd.obj.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401132230.i0DMUKwH065222>