Jivin Mike Frysinger lays it down ...
> In the Blackfin dist, we generate some temp symlinks in the tools/ subdir
> for utilities.  The uClinux-dist doesn't use any symlinks in this subdir,
> so it shouldn't affect anything there.

Ok,  I can't apply this one.  Lots of uClinux-dist users (in particular us :-)
build using sym-link trees,  this will trash the good symlinks as well
as the temp ones.

Perhaps you can beef the tools/... Makefiles to clean specifically the
symlinks they install ?

Cheers,
Davidm

> ---
>  Makefile |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index 0be4f16..2f7369f 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -289,6 +289,7 @@ clean: modules_clean
>       rm -f $(LINUXDIR)/linux
>       rm -f $(LINUXDIR)/include/asm
>       rm -rf $(LINUXDIR)/net/ipsec/alg/libaes 
> $(LINUXDIR)/net/ipsec/alg/perlasm
> +     find ./tools/ -maxdepth 1 -type l | xargs rm -f
>  
>  real_clean mrproper: clean
>       [ -d "$(LINUXDIR)" ] && $(MAKEARCH_KERNEL) -C $(LINUXDIR) mrproper || :
> -- 
> 1.6.1.3
> 
> _______________________________________________
> uClinux-dev mailing list
> uClinux-dev@uclinux.org
> http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
> This message was resent by uclinux-dev@uclinux.org
> To unsubscribe see:
> http://mailman.uclinux.org/mailman/options/uclinux-dev
> 

-- 
David McCullough,  david_mccullo...@securecomputing.com,  Ph:+61 734352815
McAfee - SnapGear  http://www.snapgear.com                http://www.uCdot.org
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to