[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] build: Fix installation of target-dependant files
From: |
Lluís Vilanova |
Subject: |
[Qemu-devel] [PATCH] build: Fix installation of target-dependant files |
Date: |
Wed, 29 Feb 2012 20:11:47 +0100 |
User-agent: |
StGit/0.16 |
Pass all the relevant sub-directory make variables.
Signed-off-by: Lluís Vilanova <address@hidden>
Cc: Anthony Liguori <address@hidden>
Cc: Paul Brook <address@hidden>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index ad1e627..3f1e2b9 100644
--- a/Makefile
+++ b/Makefile
@@ -299,7 +299,7 @@ endif
$(INSTALL_DATA) $(SRC_PATH)/pc-bios/keymaps/$$x
"$(DESTDIR)$(datadir)/keymaps"; \
done
for d in $(TARGET_DIRS); do \
- $(MAKE) -C $$d $@ || exit 1 ; \
+ $(MAKE) $(SUBDIR_MAKEFLAGS) -C $$d $@ || exit 1 ; \
done
# various test targets
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-devel] [PATCH] build: Fix installation of target-dependant files,
Lluís Vilanova <=