Hi,

Here is a small patch to fix up a minor issue.  In linuxboot/Makefile, the 
kernel headers are installed when bzImage is built.  They are also installed 
when glibc is built.  This patch removes the second case since it probably 
makes more sense to do all of the kernel stuff together.

Allan.


--- a/linuxboot/Makefile
+++ b/linuxboot/Makefile
@@ -292,8 +292,6 @@ stage1 += stage1/lib/libuuid.so
 # Configure switches cheerfully stolen from LFS project
 # (http://www.linuxfromscratch.org/lfs/view/development/chapter05/glibc.html).
 build-$(glibc)/libc.so: $(linux)/arch/x86/boot/bzImage
-	cd $(cwd)/$(linux)&& make INSTALL_HDR_PATH=dest headers_install  
-	cd ..
 	mkdir -p build-$(glibc)
 	cd build-$(glibc) && $(cwd)/$(glibc)/configure		\
 	    --prefix=/usr					\
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
unattended-devel mailing list
unattended-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to