From 44705a5756d7b47c02566e0fbc2df3ed106d9aee Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 21 Jun 2005 20:31:27 +0000 Subject: 2005-06-21 Martin Hunt * build_probe (build): Add relay_flush and relay_switch_subbuf to the list of undefines to ignore. --- runtime/probes/build_probe | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/probes/build_probe b/runtime/probes/build_probe index 29846b2a..d97d4a42 100755 --- a/runtime/probes/build_probe +++ b/runtime/probes/build_probe @@ -68,6 +68,8 @@ proc build {{target ""}} { relay_open - relayfs_create_dir - relayfs_remove_dir - + relay_flush - + relay_switch_subbuf - relay_close {} default { if {$bad == 0} { -- cgit