Hello Dylan,

Sorry for the delay. The end of semester is coming and I have a lot of
work to do... ;(

I cherry-picked most of your commits into my branch and it would be in
master after the
next merge request. Except commit ad03aec5a4 which I will have a look
at tomorrow.
With git, many things are easier ;)

Thanks~ ;)

On Sat, Nov 27, 2010 at 9:46 AM, Dylan Smith <dylan.ah.sm...@gmail.com> wrote:
> This avoids the users seeing ignored errors for make -C  clean.
> ---
>  Makefile.in |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/Makefile.in b/Makefile.in
> index 2f09833..32dc2bb 100644
> --- a/Makefile.in
> +++ b/Makefile.in
> @@ -887,7 +887,7 @@ clean:
>        rm -rf doc;
>        rm -rf fi...@package_version@
>        rm -f $(TRANSLATIONS)
> -       -make -C $(XSEL) clean
> +       test ! -d "$(XSEL)" || make -C $(XSEL) clean
>  .PHONY: clean
>
>
> --
> 1.7.2.3
>

-- 
Cheers,
Grissiom

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to