Date: Mon, 18 Mar 2002 22:11:43 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.dep.mk bsd.info.mk Message-ID: <200203190611.g2J6Bhr32182@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2002/03/18 22:11:43 PST Modified files: share/mk bsd.dep.mk bsd.info.mk Log: Removed bogus env(1) commands. make(1) uses a real shell, so "env name=value ... cmd ..." was just a pessimized way of doing "name=value ... cmd ...". Note that make(1) can't optimize either of these to an exec of env(1) or "cmd" even if the second "..." is simple, since it can't tell that the shell metacharacter in "name=value" is actually handled by env(1). Revision Changes Path 1.29 +1 -1 src/share/mk/bsd.dep.mk 1.60 +5 -5 src/share/mk/bsd.info.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203190611.g2J6Bhr32182>