aboutsummaryrefslogtreecommitdiff
path: root/tools/build/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2017-01-21use new rakudo in forthcoming zef based star betaSteve Mynott1-1/+1
2017-01-21install zef not pandaSteve Mynott1-2/+2
2016-11-19more version bumpsSteve Mynott1-1/+1
2016-10-16bump more versionsSteve Mynott1-1/+1
2016-07-17bump to 2016.07Steve Mynott1-1/+1
2016-04-29fix PATH for make modules-install under windowsSteve Mynott1-4/+4
2016-04-25no unix type PATH under windowsSteve Mynott1-4/+4
2016-04-24add perl6 install path to panda bootstrap and module installSteve Mynott1-4/+4
2016-04-20Bumpy McVersionBumpSteve Mynott1-1/+1
2016-04-01Change in the readme and more modules.Timo Paulssen1-1/+1
2016-03-13Attempt to fix Makefile when installed with -j4Moritz Lenz1-6/+6
2016-02-03bump a (c) yearSteve Mynott1-1/+1
2016-02-03bump STAR_VERSIONSteve Mynott1-1/+1
2016-01-27fix typoTobias Leich1-1/+1
2016-01-27display all-is-well message when installation completesTobias Leich1-1/+9
diakopter++
2016-01-27revert using --bindir when installing pandaTobias Leich1-16/+8
We can install panda and the binaries of the Star dist into install/bin, though when the user later installs binaries or updates panda, these would go into install/share/perl6/site/bin by default. Since there is currently no sane way to prevent that, we just install non-core stuff info [...]/site/bin, and the user will have to add two paths to PATH.
2016-01-27fix thinko when invoking pandaTobias Leich1-1/+1
Running "perl6 panda-m.bat" certainly wont work on windows. Though "perl6 panda-m" will.
2016-01-27first working post 6.c starTobias Leich1-8/+3
2015-11-28Tell peple to run modules-test instead of a broken prove command2015.11Moritz Lenz1-2/+1
the prove command is broken for modules that come with *.pm files in t/lib/ and assume relative paths (such as DBIish)
2015-11-24Merge branch 'master' of github.com:rehsack/starMoritz Lenz1-1/+3
2015-11-24tools/build: pass extra arguments to rakudo only when necessaryJens Rehsack1-1/+1
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-22Bump version to 2015.11Moritz Lenz1-1/+1
2015-11-22tools/build: fix Makefile.in to deal with optional empty arguments or ↵Jens Rehsack1-1/+1
locations with spaces Fixes embedded toolchains are invoked correctly when arguments are empty or contain spaces Signed-off-by: Jens Rehsack <sno@netbsd.org>
2015-11-22introduce support for sdkroot and sysroot to support cross-buildsJens Rehsack1-1/+3
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-3/+1
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-1/+3
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-09-19Bump some versionsMoritz Lenz1-1/+1
2015-07-25Initial preparations for 2015.07Moritz Lenz1-1/+1
2015-06-29update versions / copyright yearTobias Leich1-2/+2
2015-06-29languages -> sharegerd1-6/+6
2015-03-23install panda's state and projects listTobias Leich1-0/+6
We do that so one can query what is installed by doing: panda --installed list This also prevents panda to refetch and rebuild already installed stuff, which can even break because the module in the ecosystem might already have changed, triggered by a rakudo compiler change.
2015-03-20Bump some versionsMoritz Lenz1-1/+1
2015-02-20Prepare parrot suspensionMoritz Lenz1-29/+1
2015-02-20Change version numbers in README and Makefile.inMoritz Lenz1-1/+1
2015-02-03adopt versions in tools/build/Makefile.in and READMEMoritz Lenz1-1/+1
2014-12-23Bump versions to 2014.12Moritz Lenz1-1/+1
2014-10-12add p6doc-index to build -f data file for p6docSteve Mynott1-0/+3
2014-09-25update versions to 2014.09Tobias Leich1-1/+1
2014-09-03pass --backends option to rakudo's configureTobias Leich1-1/+1
2014-08-30update version to 2014.08 (and 6.7.0 for parrot)Tobias Leich1-1/+1
2014-08-30get rid of "no rule to make target `clean`, Error 2"Tobias Leich1-0/+6
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-07-02bump more versionsMoritz Lenz1-1/+1
2014-05-23bump version in README and Makefile.inMoritz Lenz1-1/+1
2014-04-20Add "verbose-modules-test" targetMoritz Lenz1-0/+7
2014-04-18udpate README, and version in Makefile.inMoritz Lenz1-1/+1
README is still not quite tristar ready
2014-04-02fix VCS conflictTobias Leich1-10/+4
2014-04-01we're not on SVN anymoreMoritz Lenz1-1/+0
2014-04-01Merge remote-tracking branch 'origin/tristar'Moritz Lenz1-25/+70
Conflicts: tools/build/Makefile.in tools/star/Makefile tools/star/release-guide.pod
2014-04-01bump versionsTobias Leich1-2/+2
2014-04-01remove perl6-debug, it is included in rakudo nowTobias Leich1-22/+1