develooper Front page | perl.perl6.internals | Postings from July 2002

RE: cvs commit: parrot/languages/perl6 Makefile

Thread Next
From:
Brent Dax
Date:
July 20, 2002 10:10
Subject:
RE: cvs commit: parrot/languages/perl6 Makefile
Message ID:
013201c23011$204204d0$6501a8c0@deepblue
educated_foo@cvs.perl.org:
#   --- Makefile	18 Jul 2002 07:29:57 -0000	1.4
#   +++ Makefile	20 Jul 2002 15:21:06 -0000	1.5
#   @@ -5,7 +5,7 @@
#    all: imcc
#    
#    test:
#   -	for t in t/compiler/*.t; do perl -I../../lib $$t; done
#   +	for t in t/*/*.t; do perl -I../../lib $$t; done
#    
#    imcc:
#    	cd ../imcc; $(MAKE)

May I suggest that, at least in the long term, we avoid unportable shell
scripts and such?  This sort of thing makes it quite difficult to port
to other OSes (like Windows) and wins nothing over a standard test
harness.

Thanks.

--Brent Dax <brentdax@cpan.org>
@roles=map {"Parrot $_"} qw(embedding regexen Configure)

He who fights and runs away wasted valuable running time with the
fighting.


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About