[perl #41912] [CAGE] survey tools/ dir for unused, old, or broken code, and remove or fix as necessary
James Keenan via RT
parrotbug-followup at parrotcode.org
Sun Dec 28 03:03:36 UTC 2008
On Sat Dec 27 17:16:31 2008, jkeen at verizon.net wrote:
> As of Dec 27 2008:
>
> $ svn status -v tools/dev/* | tr -s ' ' | sort -t ' ' -k 7 -k 12 | cut
> -d ' ' -f3,5
>
> 17087 tools/dev/src-t.sh
This shell script aims to "compile a .c src test". Called:
#
# usage: sh src-t.sh t/src/extend_15
#
I tried that, with these results:
$ sh tools/dev/src-t.sh t/src/extend_15
Error reading source file parrot-config.
Error reading source file parrot-config.
Error reading source file parrot-config.
Error reading source file parrot-config.
Error reading source file parrot-config.
-I./include -c t/src/extend_15 t/src/extend_15.c
tools/dev/src-t.sh: line 33: -I./include: No such file or directory
Error reading source file parrot-config.
Error reading source file parrot-config.
Error reading source file parrot-config.
Error reading source file parrot-config.
Error reading source file parrot-config.
Error reading source file parrot-config.
Error reading source file parrot-config.
Error reading source file parrot-config.
t/src/extend_15 src/parrot_config t/src/extend_15 -L -lparrot
tools/dev/src-t.sh: line 53: t/src/extend_15: No such file or directory
Can anyone diagnose this?
Should we bother to retain this script at HEAD?
Thank you very much.
kid51
More information about the parrot-dev
mailing list