Searched hist:92648 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/share/mk/
H A Dbsd.info.mkdiff 92648 Tue Mar 19 06:11:43 MST 2002 bde 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).
H A Dbsd.dep.mkdiff 92648 Tue Mar 19 06:11:43 MST 2002 bde 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).

Completed in 108 milliseconds