X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fexp-tool%2FMakefile;h=9780280b486aa550e1c84b60d97cc17ea7dd6211;hb=2f818d10547932db36be147628f8332a9f8061b3;hp=3cf98e5fa7c48c223fed04d72fc37dd7097844ae;hpb=1db14c13e5a8b1009d97f603fa24fb7984547695;p=sliver-openvswitch.git diff --git a/planetlab/exp-tool/Makefile b/planetlab/exp-tool/Makefile index 3cf98e5fa..9780280b4 100644 --- a/planetlab/exp-tool/Makefile +++ b/planetlab/exp-tool/Makefile @@ -157,9 +157,7 @@ U/%: del-iface.%@1 del-iface.%@2 del-bridge.%: cache/db.% @echo "Deleting bridge on $(call display,$*)" - @if [ -f cache/bridge.$* ]; then \ - $(SSH) $(HOST_$*) $(SUDO) sliver-ovs del-bridge $(BRIDGE);\ - fi + @$(SSH) $(HOST_$*) $(SUDO) sliver-ovs del-bridge $(BRIDGE); @rm -f cache/bridge.$* \ cache/iface.$*$(SEP)*@1 cache/iface.*$(SEP)$*@2 \ cache/link.$*$(SEP)*@? cache/link.*$(SEP)$*@? \