From f3ecff6520fb2e4aaaae4f620be5f1deed219ef0 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Sat, 16 Feb 2008 12:36:10 +0100 Subject: [PATCH] --- yaml --- r: 85995 b: refs/heads/master c: 3f85d63ea4ff922f6abdb509f4aaf6993b3273a3 h: refs/heads/master i: 85993: c84dbce56cdb7e19954db47e36c4b55f3d87b606 85991: 6c0a8547b862ca4b238d40bfad484f65e4cee015 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/Makefile | 2 +- trunk/arch/x86/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f2702a564877..4d33489db53b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fd59e9e9c8e35cd2a1834c0d1f67aedf0c5c68c2 +refs/heads/master: 3f85d63ea4ff922f6abdb509f4aaf6993b3273a3 diff --git a/trunk/arch/powerpc/Makefile b/trunk/arch/powerpc/Makefile index 6845482f0093..1c6ce3536e4c 100644 --- a/trunk/arch/powerpc/Makefile +++ b/trunk/arch/powerpc/Makefile @@ -176,7 +176,7 @@ define archhelp @echo ' *_defconfig - Select default config from arch/$(ARCH)/configs' endef -install: vdso_install +install: $(Q)$(MAKE) $(build)=$(boot) install vdso_install: diff --git a/trunk/arch/x86/Makefile b/trunk/arch/x86/Makefile index 204af43535c5..f1e739a43d41 100644 --- a/trunk/arch/x86/Makefile +++ b/trunk/arch/x86/Makefile @@ -229,7 +229,7 @@ zdisk bzdisk: vmlinux fdimage fdimage144 fdimage288 isoimage: vmlinux $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) $@ -install: vdso_install +install: $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) install PHONY += vdso_install