On 7/24/07, Hisham Muhammad <[EMAIL PROTECTED]> wrote:
> CVSROOT:        /sources/goboscripts
> Module name:    tools
> Changes by:     Hisham Muhammad <hisham>        07/07/25 06:09:51
>
> Modified files:
>         Scripts/src    : List.c Makefile
>
> Log message:
>         rootless tweaks

Thanks for these. I had a similar fix for Makefile, but I removed my
~/Programs accidentaly :*)

> Index: Makefile
> ===================================================================
> RCS file: /sources/goboscripts/tools/Scripts/src/Makefile,v
> retrieving revision 1.14
> retrieving revision 1.15
> diff -u -b -r1.14 -r1.15
> --- Makefile    10 Nov 2006 23:40:08 -0000      1.14
> +++ Makefile    25 Jul 2007 06:09:51 -0000      1.15
> @@ -1,13 +1,20 @@
>
>  MYCFLAGS = -O2 -Wall
>
> +STATIC=-static
> +ifeq ($(shell uname -s),Darwin)
> +   STATIC=
> +endif
> +
>  all:
> +       echo $(shell uname -m)
> +       echo $(STATIC)

Can I remove this, or do you pretend to keep the echoes for some other reason?

-- 
Lucas
powered by /dev/dsp
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to