On Tue,  5 Feb 2013 20:23:54 -0800
knjterr...@mybluelight.com wrote:

> From: kanj <knjterr...@mybluelight.com>
> 
> ---
>  BOOK/cleanup/remove-files.xml |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/BOOK/cleanup/remove-files.xml
> b/BOOK/cleanup/remove-files.xml index 5b6bf54..4484f0d 100644
> --- a/BOOK/cleanup/remove-files.xml
> +++ b/BOOK/cleanup/remove-files.xml
> @@ -26,7 +26,8 @@ rm -rfv ${CLFS}-final/usr/src/*
>  rm -rfv ${CLFS}-final/usr/include
>  rm -rfv ${CLFS}-final/usr/man
>  rm -rfv ${CLFS}-final/usr/share/man
> -rm -rfv ${CLFS}-final/build</userinput></screen>
> +rm -rfv ${CLFS}-final/build
> +rm -rfv ${CLFS}/sources</userinput></screen>

I don't think that's a good idea, removing the ${CLFS}/sources dir
isn't what we'd want in case we need to go back and build anything
again.  Change that line to

rm -rfv ${CLFS}-final/sources

if the sources dir is ending up in ${CLFS}-final/

>  
>    <para>Remove the static libaries:</para>
>  

Thanks,
Andrew
_______________________________________________
Clfs-dev mailing list
Clfs-dev@lists.cross-lfs.org
http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org

Reply via email to