git.annexia.org
/
virt-p2v.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47af109
)
Suppress output of ./iso-attach delete.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 5 Feb 2008 17:13:18 +0000
(17:13 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 5 Feb 2008 17:13:18 +0000
(17:13 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
ad3fcdf
..
58315c7
100644
(file)
--- 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.