I don't think this is intended behavior for LOG=trace
Tim Bell
tim.bell at oracle.com
Wed Mar 27 16:30:48 UTC 2013
On 03/27/13 09:21, David Chase wrote:
> PATH=/java/devtools/sparc/bin:/java/devtools/sparc/SUNWspro/SS12u1/bin/:/usr/sfw/bin:/usr/ccs/bin:/home/drchase/bin:/pkg/gnu/bin:/pkg/isv/bin:/pkg/usrdist/bin:/pkg/local/bin:/lab/tools/bin:/lab/east/bin:/usr/bin:/bin
> uname -a = SunOS dr-evil 5.10 Generic_142900-03 sun4v sparc SUNW,Sun-Fire-T1000
>
> make381 LOG=trace
> /export/drchase/jdk8tl-full//common/makefiles/Main.gmk:43: Running shell command
> /usr/bin/time: illegal option -- f
Looks the same as this bug report:
JDK-8010385 build with LOG=trace broken on mac
An external view of the bug report is here:
http://bugs.sun.com/view_bug.do?bug_id=8010385
It appears the Solaris /usr/bin/time rejects the 'f' flag, same as on a Mac.
Tim
More information about the build-dev
mailing list