projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ab1aab
)
build-sys: remove install target from Makefile
author
Marc-André Lureau
<marcandre.lureau@redhat.com>
Wed, 26 Aug 2020 13:06:22 +0000
(17:06 +0400)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Tue, 1 Sep 2020 05:51:53 +0000
(
01:51
-0400)
Now covered by meson
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <
20200826130622
.553318-7-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9a9e7c030189f8b1f5c5ea1c69437732baf4e370..75db8be52ec48ac24ff850247064f9cf868df86e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-229,13
+229,8
@@
distclean: clean ninja-distclean
rm -f linux-headers/asm
rm -Rf .sdk
-install-datadir:
- $(INSTALL_DIR) "$(DESTDIR)$(qemu_datadir)"
-
# Needed by "meson install"
export DESTDIR
-install: all install-datadir
- $(INSTALL_DIR) "$(DESTDIR)$(qemu_datadir)/keymaps"
ifdef CONFIG_WIN32