Frank Vibrans III ([email protected]) just uploaded a new patch set to 
gerrit, which you can find at http://review.coreboot.org/102

-gerrit

commit 2df301924ace4d1792e60424091ff29745a3f658
Author: Tadas Slotkus <[email protected]>
Date:   Fri Jul 15 03:41:11 2011 +0300

    Libpayload: default DESTDIR for 'make install'
    
    If you would try download FILO via svn, then you probably
    get error message about libpayload install. This enables
    manually installing libpayload in legacy style :)
    
    Change-Id: I9f52be939303c5913611f21477d681e11d286382
    Signed-off-by: Tadas Slotkus <[email protected]>
---
 payloads/libpayload/Makefile.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/payloads/libpayload/Makefile.inc b/payloads/libpayload/Makefile.inc
index 08f7c9f..03862ca 100644
--- a/payloads/libpayload/Makefile.inc
+++ b/payloads/libpayload/Makefile.inc
@@ -33,6 +33,7 @@ export KERNELVERSION      := 0.2.0
 
 ARCHDIR-$(CONFIG_TARGET_I386)    := i386
 ARCHDIR-$(CONFIG_TARGET_POWERPC) := powerpc
+DESTDIR ?= install
 
 real-target: lib
 

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to