Patch: Typo in makefile

Carmelo AMOROSO carmelo.amoroso at st.com
Fri Jun 24 14:26:59 UTC 2011


On 23/06/2011 0.48, Ed W wrote:
> Hi, please commit the following trivial patch. I think a variable was
> missed when updating a makefile?
> 
> (What's the problem? As it stands it tries to delete files in /)
> 
> Thanks
> 
> Ed W
> 
> 
> 
> --- libubacktrace/Makefile.in.orig      2011-06-22 23:37:18.000000000 +0100
> +++ libubacktrace/Makefile.in   2011-06-22 23:37:37.000000000 +0100
> @@ -72,4 +72,4 @@
> 
>  CLEAN_libubacktrace:
>         $(do_rm) $(addprefix $(libubacktrace_OUT)/*., o os oS a) \
> -        $(addprefix $(libubacktrace_ARCH_OUT)/*., o os oS a)
> +        $(addprefix $(libubacktrace_OUT)/*., o os oS a)
> 

Hi,
the line should be totally removed instead. I'll fix it immediately.

carmelo

> 
> 
> _______________________________________________
> uClibc mailing list
> uClibc at uclibc.org
> http://lists.busybox.net/mailman/listinfo/uclibc
> 



More information about the uClibc mailing list