aboutsummaryrefslogtreecommitdiff
path: root/Configure.pl
AgeCommit message (Collapse)AuthorFilesLines
2015-03-20Fix syntax error in Configure.plMoritz Lenz1-1/+1
2015-02-20Prepare parrot suspensionMoritz Lenz1-56/+9
2014-12-07Warn on missing --prefix option; Closes #40Moritz Lenz1-2/+6
2014-09-03pass --backends option to rakudo's configureTobias Leich1-0/+1
2014-08-30get rid of "no rule to make target `clean`, Error 2"Tobias Leich1-3/+5
This annoyed me for a long time now... Everytime I've seen it I thought: Ohh noes! Configure failed! But when you carried on reading it stated that everything is well and that you can now `make`.
2014-05-19Update download URL (github's downloads are gone)Will "Coke" Coleda1-1/+1
2014-05-03more guidance to build rakudoTobias Leich1-22/+70
It shows examples what option can be passes, and it also mentiones other backends than Parrot when someone tried to build for several backends but did not supply the right flags.
2014-05-02Align warning with current status.jnthn1-2/+2
2014-04-20Add "verbose-modules-test" targetMoritz Lenz1-0/+3
2014-04-18[Configure.pl] support --backends=allMoritz Lenz1-0/+2
2014-03-29support modules-test for all backendsTobias Leich1-0/+3
2014-03-17fix some more problemsTimo Paulssen1-2/+2
2014-03-17Mouq++ found thisTimo Paulssen1-1/+1
2014-03-17baby steps towards tri-module-install.Timo Paulssen1-0/+3
2014-03-16Some fixes to get tri-Star build/test working.jnthn1-2/+2
2014-03-16Work towards multi-backend build/install.jnthn1-0/+10
This gets closer to handling the Rakudo build/install itself on other backends, though not the module install.
2014-03-15Try to get --gen-moar working.jnthn1-5/+9
2014-03-15Add --gen-moar option to Configure.pl.Jonathan1-7/+10
2014-02-01[Configure.pl] properly parentize.Moritz Lenz1-1/+1
This is not Perl 6 code. spider-mario++
2013-11-10fix installationMoritz Lenz1-0/+5
2013-11-07start to adapt build to multiple backendsMoritz Lenz1-74/+125
2012-10-29Improve a message; Coke++.jnthn1-2/+2
2012-08-31Add 'configclean' target to handle cleanup from Configure.pl.pmichaud1-1/+1
2012-08-28Add --force option to Configure.pl to force configuration evenpmichaud1-8/+17
if in a .git repository.
2012-08-28Block Configure.pl from running from a git checkout and display a helpful ↵pmichaud1-0/+16
message.
2012-08-28De-template Configure.pl.pmichaud1-0/+182