From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Tue, 5 Feb 2008 17:13:18 +0000 (+0000) Subject: Suppress output of ./iso-attach delete. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=00dc36e22b4ee9c16d4197886ed9b14581bbf814;p=virt-p2v.git Suppress output of ./iso-attach delete. --- diff --git a/Makefile.in b/Makefile.in index ad3fcdf..58315c7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -84,7 +84,7 @@ endif # Update an existing ISO. update: checkroot checkscript - -./iso-attach delete $(ISO) + -./iso-attach delete $(ISO) 2>/dev/null ./iso-attach add $(ISO) virt-p2v # Check that we are root.