HomeFreeBSD

Removed env(1) commands. make(1) uses a real shell, and

Description

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 ..."

Details

Provenance
Bruce Evans <bde@FreeBSD.org>Authored on Mar 19 2002, 6:30 AM
Parents
rG12ca2c2edea2: fix perfmon for DEVFS.
Branches
Unknown
Tags
Unknown

Event Timeline