PERFORCE change 138328 for review
John Birrell
jb at FreeBSD.org
Sun Mar 23 03:50:01 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=138328
Change 138328 by jb at jb_freebsd1 on 2008/03/23 03:49:38
On FreeBSD the executables are built in the objdir. This was broken
by the last IFopensolaris.
Affected files ...
.. //depot/projects/dtrace/src/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/dtest.pl#10 edit
Differences ...
==== //depot/projects/dtrace/src/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/dtest.pl#10 (text+kox) ====
@@ -273,7 +273,7 @@
}
$fullname = "$dir/$name";
- $exe = "$dir/$base.exe";
+ $exe = "./$base.exe";
$exe_pid = -1;
if ($opt_a && ($status != 0 || $tag != 0 || $droptag != 0 ||
More information about the p4-projects
mailing list