Hi,

After several CLFS-Embedded builds trying to figure-out why nothing is 
installed by Busybox, I found that the PREFIX variable mentioned on the 
INSTALL, README, and "make help" is actually ignored. The actual variable 
used by the "install" target is CONFIG_PREFIX (see 
busybox-1.4.1/Makefile.custom) , thus the Busybox install command should be:

 make ARCH=i386 CROSS_COMPILE="${CLFS_TARGET}-" CFLAGS="${BUILD}" \
           CONFIG_PREFIX="${CLFS}" install


-- 
Manuel Canales Esparcia
Usuario de LFS nÂș2886:       http://www.linuxfromscratch.org
LFS en castellano: http://www.escomposlinux.org/lfs-es http://www.lfs-es.info
TLDP-ES:                           http://es.tldp.org
_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-dev

Reply via email to