[Clfs-dev] [ GIT-0.0.1-20120922-arm] Update to clean up ${CLFS}/sources

Andrew Bradford andrew at bradfordembedded.com
Wed Feb 6 05:08:34 PST 2013


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

> From: kanj <knjterrell at 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



More information about the Clfs-dev mailing list