On 02/17/2011 01:19 PM, Jes Sorensen wrote:
On 02/17/11 13:16, Paolo Bonzini wrote:
On 02/15/2011 01:34 PM, jes.soren...@redhat.com wrote:
- if [ -z "$binary" ]; then
+ if [ -z "$probeprefix" -a -z "$binary" ]; then
echo "--binary is required for SystemTAP tapset generator"
exit 1
fi
--binary is always required, even with --probe-prefix, since it is used for
+probe $probeprefix.$name = process("$binary").mark("$name")
if I broke something with this
No, you didn't break anything. It's just that someone patching the
Makefile like you did in 2/2 might.
Paolo