aboutsummaryrefslogtreecommitdiff
path: root/Configure.pl
AgeCommit message (Collapse)AuthorFilesLines
2018-01-19change 2017 to 2018Steve Mynott1-1/+1
2017-08-01Add --moar-option="--option=value" option to Configure.plMark Montague1-1/+3
Let people who build Rakudo Star specify MoarVM build options when running Configure.pl. This is useful, for example, to enable libffi and build a version of Star that does not require an excutable stack -- see http://www.nntp.perl.org/group/perl.perl6.compiler/2017/07/msg16192.html
2017-07-28make it more obvious Configure.pl directly is A Bad IdeaTimo Paulssen1-0/+5
2017-02-17Update download URLsMoritz Lenz1-1/+1
2017-01-21bump copyright notice to 2017Steve Mynott1-1/+1
2016-04-29fix PATH for make modules-install under windowsSteve Mynott1-1/+1
2016-04-25no unix type PATH under windowsSteve Mynott1-0/+1
2016-02-03update versions in MakefileSteve Mynott1-1/+1
2015-11-24tools/build: pass extra arguments to rakudo only when necessaryJens Rehsack1-0/+3
Don't pass unspecified configure parameters (namely --sdkroot and --sysroot) to avoid configure errors in rakudo. Signed-off-by: Jens Rehsack <sno@netbsd.org>
2015-11-22introduce support for sdkroot and sysroot to support cross-buildsJens Rehsack1-3/+9
To allow building for another location rather the final install prefix, regardless whether chroot based builds, cross-compile or canadian cross sdk is the goal, realize the difference between prefix, the sdk-root and the system root for final target. Signed-off-by: Jens Rehsack <sno@netbsd.org>
2015-11-22Revert "introduce support for sdkroot and sysroot to support cross-builds"Moritz Lenz1-9/+3
This reverts commit f0def6dc7b4f576668e689cfd44745e506a305ad. See https://github.com/rakudo/star/pull/53#issuecomment-158754696 for the reason.
2015-11-10introduce support for sdkroot and sysroot to support cross-buildsJens Rehsack1-3/+9
To allow building for another location rather the final install prefix, regardless whether chroot based builds, cross-compile or canadian cross sdk is the goal, realize the difference between prefix, the sdk-root and the system root for final target. Signed-off-by: Jens Rehsack <sno@netbsd.org>
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