Suppress output of ./iso-attach delete.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 5 Feb 2008 17:13:18 +0000 (17:13 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 5 Feb 2008 17:13:18 +0000 (17:13 +0000)
Makefile.in

index ad3fcdf..58315c7 100644 (file)
@@ -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.