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:
831c069
)
Don't remove the pxeboot tarball.
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 19 Mar 2008 18:12:43 +0000
(18:12 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 19 Mar 2008 18:12:43 +0000
(18:12 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
aa8d8b4
..
f2a437b
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-185,6
+185,6
@@
PXE_TAR := $(PACKAGE)-$(VERSION)-pxeboot.tar
upload_pxe:
tar cf $(PXE_TAR) tftpboot
scp -l 300 $(PXE_TAR) et.redhat.com:public_html/tmp/
-
rm $(PXE_TAR)
+
#
rm $(PXE_TAR)
.PHONY: build boot checkroot
\ No newline at end of file