Date: Thu, 16 Dec 2004 19:55:57 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile Message-ID: <200412161955.iBGJtvIO060191@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2004-12-16 19:55:57 UTC FreeBSD src repository Modified files: . Makefile Log: Previous revision didn't fix all cases. For example, testing for variables that are always defined (e.g., "make -V CC") would still print a false warning. Fix this by only passing a submake the MAKEOBJDIRPREFIX=* argument if it was present. As a result, we loose the check for -DMAKEOBJDIRPREFIX, or an esoteric "MAKEOBJDIRPREFIX = foo" (with embedded spaces), but these are unorthodox enough to not care about them. The make(1) bug mentioned in the previous revision was just fixed in make/main.c,v 1.109. Revision Changes Path 1.313 +3 -2 src/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412161955.iBGJtvIO060191>