I run the perl programs with 'perl [script]' instead, to overcome the
hardcoded-path-in-scripts problem.
This commit is contained in:
@@ -3,10 +3,10 @@ all:
|
|||||||
install:
|
install:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
./runtests.pl
|
perl runtests.pl
|
||||||
|
|
||||||
quiet-test:
|
quiet-test:
|
||||||
./runtests.pl -s -a
|
perl runtests.pl -s -a
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf log
|
rm -rf log
|
||||||
|
|||||||
Reference in New Issue
Block a user