[coreboot] copy libpayload config to stage directory

Jordan Crouse jordan.crouse at amd.com
Thu Oct 2 17:09:26 CEST 2008


On 02/10/08 16:44 +0200, Stefan Reinauer wrote:
> See patch
> 
> -- 
> coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
>       Tel.: +49 761 7668825 • Fax: +49 761 7664613
> Email: info at coresystems.dehttp://www.coresystems.de/
> Registergericht: Amtsgericht Freiburg • HRB 7656
> Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866
> 

> * create directories explicitly. Not all versions of install know -D
> * install libpayload-config and libpayload.config, too.
> 
> Signed-off-by: Stefan Reinauer <stepan at coresystems.de>

Acked-by: Jordan Crouse <jordan.crouse at amd.com>

Would it be less confusing if we named config.h libpayload-config.h
from the beginning?

Joradn

Acked-by: Jordan Crouse <jordan.crouse at amd.com>

Would it be less confusing if we named config.h libpayload-config.h
from the beginning?

Joradn

Acked-by: Jordan Crouse <jordan.crouse at amd.com>

Would it be less confusing if we named config.h libpayload-config.h
from the beginning?

Joradn

Acked-by: Jordan Crouse <jordan.crouse at amd.com>

Would it be less confusing if we named config.h libpayload-config.h
from the beginning?

Joradn

Acked-by: Jordan Crouse <jordan.crouse at amd.com>

Would it be less confusing if we named config.h libpayload-config.h
from the beginning?

Joradn

Acked-by: Jordan Crouse <jordan.crouse at amd.com>

Would it be less confusing if we named config.h libpayload-config.h
from the beginning?

Joradn

Acked-by: Jordan Crouse <jordan.crouse at amd.com>

Would it be less confusing if we named config.h libpayload-config.h
from the beginning and used the same name internally and externally?

Jordan

> Index: Makefile
> ===================================================================
> --- Makefile	(revision 3560)
> +++ Makefile	(working copy)
> @@ -126,13 +126,16 @@
>  	$(Q)printf "  INSTALL $(DESTDIR)/libpayload/include\n"
>  	$(Q)install -m 755 -d $(DESTDIR)/libpayload/include
>  	$(Q)for file in `find include -name *.h -type f`; do \
> -		install -m 644 -D $$file $(DESTDIR)/libpayload/$$file; \
> +		install -m 755 -d $(DESTDIR)/libpayload/`dirname $$file`; \
> +		install -m 644 $$file $(DESTDIR)/libpayload/$$file; \
>  	done
>  	$(Q)printf "  INSTALL $(DESTDIR)/libpayload/bin\n"
>  	$(Q)install -m 755 -d $(DESTDIR)/libpayload/bin
>  	$(Q)install -m 755 bin/lpgcc $(DESTDIR)/libpayload/bin
>  	$(Q)install -m 755 bin/lpas $(DESTDIR)/libpayload/bin
>  	$(Q)install -m 644 bin/lp.functions $(DESTDIR)/libpayload/bin
> +	$(Q)install -m 644 $(KCONFIG_AUTOHEADER) $(DESTDIR)/libpayload/include/libpayload-config.h
> +	$(Q)install -m 644 $(KCONFIG_AUTOCONFIG) $(DESTDIR)/libpayload/libpayload.config
>  
>  prepare:
>  	$(Q)mkdir -p $(obj)/util/kconfig/lxdialog




> --
> coreboot mailing list: coreboot at coreboot.org
> http://www.coreboot.org/mailman/listinfo/coreboot


-- 
Jordan Crouse
Systems Software Development Engineer 
Advanced Micro Devices, Inc.





More information about the coreboot mailing list