mirror of https://gitee.com/openkylin/qemu.git
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@771 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a8c490cda5
commit
bbc9d34839
1
Makefile
1
Makefile
|
@ -81,6 +81,7 @@ tar:
|
|||
tarbin:
|
||||
( cd / ; tar zcvf ~/qemu-$(VERSION)-i386.tar.gz \
|
||||
$(prefix)/bin/qemu $(prefix)/bin/qemu-fast \
|
||||
$(prefix)/bin/qemu-system-ppc \
|
||||
$(prefix)/bin/qemu-i386 \
|
||||
$(prefix)/bin/qemu-arm \
|
||||
$(prefix)/bin/qemu-sparc \
|
||||
|
|
|
@ -81,4 +81,4 @@ test2:
|
|||
done
|
||||
|
||||
clean:
|
||||
rm -f *~ *.o test-i386.out test-i386.ref $(TESTS)
|
||||
rm -f *~ *.o test-i386.out test-i386.ref qruncom $(TESTS)
|
||||
|
|
Loading…
Reference in New Issue