]> Git Repo - qemu.git/commitdiff
build: Fix installation of target-dependent files
authorLluís Vilanova <[email protected]>
Mon, 20 Jan 2014 11:21:54 +0000 (12:21 +0100)
committerPeter Maydell <[email protected]>
Sat, 8 Mar 2014 12:08:11 +0000 (12:08 +0000)
Pass all the relevant sub-directory make variables.

Signed-off-by: Lluís Vilanova <[email protected]>
Reviewed-by: Paolo Bonzini <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
Message-id: 20140120112153[email protected]

Makefile

index ea6c71284b2be30fb6db0996d0631487e1257a09..bd9cd4fceb1d02afc40a9ad9cf6bce89e0e89891 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -399,7 +399,7 @@ endif
                $(INSTALL_DATA) $(SRC_PATH)/pc-bios/keymaps/$$x "$(DESTDIR)$(qemu_datadir)/keymaps"; \
        done
        for d in $(TARGET_DIRS); do \
-       $(MAKE) -C $$d $@ || exit 1 ; \
+       $(MAKE) $(SUBDIR_MAKEFLAGS) TARGET_DIR=$$d/ -C $$d $@ || exit 1 ; \
         done
 
 # various test targets
This page took 0.029327 seconds and 4 git commands to generate.