[Clfs-dev] Typos in busybox install

Jim Gifford clfs at jg555.com
Fri Feb 6 07:48:58 PST 2009


Nicholai Vesterløkke wrote:
> I think that there are some typos in the install command for busybox for 
> the embedded versions
>
> make make ARCH=${CLFS_ARCH} CC="${CC} ${BUILD}" 
> CROSS_COMPILE="${CLFS_TARGET}-" \
>   CONFIG_PREFIX=${IMAGE_DIR} install
>
> should be changed to 
>
> make ARCH=${CLFS_ARCH} CC="${CC} ${BUILD}" CROSS_COMPILE="${CLFS_TARGET}-" 
> \
>   CONFIG_PREFIX=${CLFS} install
>
> Hint: Two make commands and a wrong CONFIG_PREFIX
>
> Regards
> Nicholai
> _______________________________________________
> Clfs-dev mailing list
> Clfs-dev at lists.cross-lfs.org
> http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org
>   
Thanx for the report. It's now corrected.



More information about the Clfs-dev mailing list