K 10 svn:author V 3 bde K 8 svn:date V 27 2002-03-19T06:30:24.000000Z K 7 svn:log V 294 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 ..." END