Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unbreak the whitespaces in Makefile.in (spaces -> tabs)
  • Loading branch information
moritz committed Sep 21, 2009
1 parent 836c8c8 commit 0eaf628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Makefile.in
Expand Up @@ -299,10 +299,10 @@ spectest_update :
-cd t/spec && svn up

rakudo_test_run.tar.gz: testable t/spectest.data
- $(HARNESS_WITH_FUDGE_JOBS) --tests-from-file=t/spectest.data --archive rakudo_test_run.tar.gz --parrot_revision @revision@
- $(HARNESS_WITH_FUDGE_JOBS) --tests-from-file=t/spectest.data --archive rakudo_test_run.tar.gz --parrot_revision @revision@

spectest_smolder: rakudo_test_run.tar.gz
curl -F architecture=@cpuarch@ -F platform=@osname@ -F revision=`git log -1 --pretty=format:%H` -F report_file=@rakudo_test_run.tar.gz http://smolder.plusthree.com/app/public_projects/process_add_report/18
curl -F architecture=@cpuarch@ -F platform=@osname@ -F revision=`git log -1 --pretty=format:%H` -F report_file=@rakudo_test_run.tar.gz http://smolder.plusthree.com/app/public_projects/process_add_report/18

testable : perl6$(EXE) Test.pir spectest_checkout spectest_update

Expand Down

0 comments on commit 0eaf628

Please sign in to comment.