Date: Mon, 18 Mar 2002 22:30:24 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf kern.post.mk Message-ID: <200203190630.g2J6UOB35191@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2002/03/18 22:30:24 PST Modified files: sys/conf kern.post.mk Log: Removed env(1) commands. make(1) uses a real shell, and "env name=value ... cmd ..." is just a pessimized way of doing "name=value ... cmd ..." in real shells. Set the environment (without using env(1)) before starting xargs so that env(1) is not needed in "xargs env name=value ... cmd ..." Revision Changes Path 1.13 +16 -14 src/sys/conf/kern.post.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?200203190630.g2J6UOB35191>