diff options
| author | Sam Ravnborg <sam@ravnborg.org> | 2008-02-16 06:36:10 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2008-02-19 10:18:34 -0500 |
| commit | 3f85d63ea4ff922f6abdb509f4aaf6993b3273a3 (patch) | |
| tree | 323dfcc93657533594c05f8f0befdb9643372a01 | |
| parent | fd59e9e9c8e35cd2a1834c0d1f67aedf0c5c68c2 (diff) | |
x86: fix vdso_install breaks user "make install"
I suggest to make the vdso_install step independent as
in following patch.
This solves the issue at ahnd and still gives us the posibility
to install the files should they be needed.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
| -rw-r--r-- | arch/powerpc/Makefile | 2 | ||||
| -rw-r--r-- | arch/x86/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 6845482f0093..1c6ce3536e4c 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile | |||
| @@ -176,7 +176,7 @@ define archhelp | |||
| 176 | @echo ' *_defconfig - Select default config from arch/$(ARCH)/configs' | 176 | @echo ' *_defconfig - Select default config from arch/$(ARCH)/configs' |
| 177 | endef | 177 | endef |
| 178 | 178 | ||
| 179 | install: vdso_install | 179 | install: |
| 180 | $(Q)$(MAKE) $(build)=$(boot) install | 180 | $(Q)$(MAKE) $(build)=$(boot) install |
| 181 | 181 | ||
| 182 | vdso_install: | 182 | vdso_install: |
diff --git a/arch/x86/Makefile b/arch/x86/Makefile index 204af43535c5..f1e739a43d41 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile | |||
| @@ -229,7 +229,7 @@ zdisk bzdisk: vmlinux | |||
| 229 | fdimage fdimage144 fdimage288 isoimage: vmlinux | 229 | fdimage fdimage144 fdimage288 isoimage: vmlinux |
| 230 | $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) $@ | 230 | $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) $@ |
| 231 | 231 | ||
| 232 | install: vdso_install | 232 | install: |
| 233 | $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) install | 233 | $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) install |
| 234 | 234 | ||
| 235 | PHONY += vdso_install | 235 | PHONY += vdso_install |
