Sheng Yang wrote:
> commit 52ea5897fa9fdadf0cc1a5242a23ce3dab599769 "Use DESTDIR consitently on
> installation" add -b ${DESTDIR} to depmod. But the DESTDIR is default NULL,
> then depmod would report error.
>
> Set DESTDIR=/ as default
>
> Signed-off-by: Sheng Yang <[email protected]>
> ---
> Makefile | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index f406e3d..33ddc81 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -7,7 +7,7 @@ NONARCH_CONFIG = $(filter-out $(ARCH_CONFIG),X86 IA64)
>
> KVERREL = $(patsubst /lib/modules/%/build,%,$(KERNELDIR))
>
> -DESTDIR=
> +DESTDIR = /
>
> MAKEFILE_PRE = $(ARCH_DIR)/Makefile.pre
>
Yeah, thanks, applied.
But please add a prefix to your patch subjects in the future to identify
the subsystem they applies to.
Jan
--
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html