From 00dc36e22b4ee9c16d4197886ed9b14581bbf814 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Suppress output of ./iso-attach delete. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.8.3.1