Mail Archives: djgpp-workers/2003/03/17/16:22:45
Hello.
ams AT ludd DOT luth DOT se wrote:
[snip]
> I also want to commit the following patch as it makes it build and it
> makes the failures in sync with the output.
>
> Right,
>
> MartinS
>
> Index: djgpp/tests/libc/ansi/math/elefunt/makefile
> ===================================================================
> RCS file: /cvs/djgpp/djgpp/tests/libc/ansi/math/elefunt/makefile,v
> retrieving revision 1.2
> diff -p -u -r1.2 makefile
> --- djgpp/tests/libc/ansi/math/elefunt/makefile 15 Jun 1999 07:27:55
> -0000 1.2
> +++ djgpp/tests/libc/ansi/math/elefunt/makefile 17 Mar 2003 18:00:39
> -0000
> @@ -72,7 +72,9 @@ else # no borland compiler, we use gcc
> LD = gcc
> LIBRARY_PATH := ../../../../../lib
> export LIBRARY_PATH
> - RUN = # how to run the executables
> + PATH := $(PATH);.
Why do you need to do this? It seems to work fine for me without this change.
> +# RUN = # how to run the executables
You should probably delete this line, before committing the patch.
> + RUN = redir -eo # how to run the executables
> ifdef DEBUG
> # don't use -O!!
> CFLAGS = -g -Wall -fno-builtin $(INCLUDE) $(DEFINES)
Thanks, bye, Rich =]
--
Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]
- Raw text -