From: Michael Tokarev <mjt@tls.msk.ru>
To: KVM list <kvm@vger.kernel.org>
Subject: [trivial patch] clean targets for kvm/{bios,vgabios}/
Date: Fri, 23 Oct 2009 16:58:04 +0400 [thread overview]
Message-ID: <4AE1A85C.7000702@msgid.tls.msk.ru> (raw)
[-- Attachment #1: Type: text/plain, Size: 481 bytes --]
The attached patch modifies 'clean' targets in the
above-mentioned directories in qemu-kvm-0.11.0 to
remove other generated files which are not removed
now by `make clean'.
It also adds bios-clean target to kvm/vgabios directory,
similar to kvb/bios. Maybe it should be done in
dist-clean instead -- it looks like a better-suite
target. Right now distclean does the same as clean.
In case it's of any importance:
Signed-Off-By: Michael Tokarev <mjt@tls.msk.ru>
Thanks.
/mjt
[-- Attachment #2: kvm-bios-vgabios-clean.diff --]
[-- Type: text/x-patch, Size: 1063 bytes --]
--- qemu-kvm-0.11.0/kvm/bios/Makefile.in.orig 2009-09-23 11:30:02.000000000 +0400
+++ qemu-kvm-0.11.0/kvm/bios/Makefile.in 2009-10-23 16:49:10.342987657 +0400
@@ -64,6 +64,7 @@
@RMCOMMAND@ *.o *.a *.s _rombios*_.c rombios*.txt rombios*.sym
@RMCOMMAND@ usage biossums rombios16.bin
@RMCOMMAND@ rombios32.bin rombios32.out
+ @RMCOMMAND@ acpi-*.aml
dist-clean: clean
@RMCOMMAND@ Makefile
--- qemu-kvm-0.11.0/kvm/vgabios/Makefile.orig 2009-09-23 11:30:02.000000000 +0400
+++ qemu-kvm-0.11.0/kvm/vgabios/Makefile 2009-10-23 16:51:45.505875553 +0400
@@ -22,11 +22,14 @@
cirrus-bios: vgabios-cirrus.bin vgabios-cirrus.debug.bin
clean:
- /bin/rm -f biossums vbetables-gen vbetables.h *.o *.s *.ld86 \
+ rm -f biossums vbetables-gen vbetables.h *.o *.s *.ld86 \
temp.awk.* vgabios*.orig _vgabios_* _vgabios-debug_* core vgabios*.bin vgabios*.txt $(RELEASE).bin *.bak
dist-clean: clean
+bios-clean:
+ rm -f VGABIOS-*.bin
+
release:
VGABIOS_VERS=\"-DVGABIOS_VERS=\\\"$(RELVERS)\\\"\" make bios cirrus-bios
/bin/rm -f *.o *.s *.ld86 \
reply other threads:[~2009-10-23 12:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4AE1A85C.7000702@msgid.tls.msk.ru \
--to=mjt@tls.msk.ru \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox