Re: [PATCH 1/1] Fix null DESTDIR in depmod execution

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <sheng@xxxxxxxxxxxxxxx>
> ---
>  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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux