aboutsummaryrefslogtreecommitdiff
path: root/tools/build
AgeCommit message (Collapse)AuthorFilesLines
2014-04-20Add "verbose-modules-test" targetMoritz Lenz2-1/+11
2014-04-18Include $perl6 in testing outputMoritz Lenz1-1/+1
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 Lenz3-30/+85
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
2014-03-29Require file extension to be at end of filenameAndrew Egeler1-2/+2
2014-03-29fix modules testing by using correct -j/-p runnerTobias Leich1-2/+2
2014-03-29support modules-test for all backendsTobias Leich1-2/+10
2014-03-17Actually take/use the output extension.jnthn1-1/+2
2014-03-16Let ufo, panda, and p6doc figure out what they're running onMouq2-4/+12
2014-03-16fix some less problemsMouq1-12/+12
DESTDIR should still be there, by de facto Makefile law, AFAICT
2014-03-17fix some more problemsTimo Paulssen1-8/+8
2014-03-17baby steps towards tri-module-install.Timo Paulssen2-7/+22
2014-03-16Some fixes to get tri-Star build/test working.jnthn1-3/+5
2014-03-16Work towards multi-backend build/install.jnthn1-11/+33
This gets closer to handling the Rakudo build/install itself on other backends, though not the module install.
2014-03-15Remove unused symbols.jnthn1-7/+0
2014-03-15The Rakudo debugger binary is built by Rakudo now.jnthn1-24/+3
Don't need to handle it specially in Star any more.
2014-01-31Update version numbersTadeusz SoĊ›nierz1-1/+1
2013-12-23[RG 7] Update README and tools/build/Makefile.inlue1-1/+1
Note to the January releaser: don't forget to update the copyright end-year in the README! :)
2013-11-23precompilation order: consider requireMoritz Lenz1-1/+1
2013-11-23bump versionMoritz Lenz1-1/+1
2013-11-10slim down Makefile (remove unused variables)Moritz Lenz1-27/+4
2013-11-10default to perl6-p for nowMoritz Lenz1-1/+1
... untill we have a more thorough refactoring
2013-11-07start to adapt build to multiple backendsMoritz Lenz1-1/+1
2013-10-27Update README and Makefile.in [RG Step 7]lue1-1/+1
2013-09-24bump version in preparation of 2013.09Moritz Lenz1-1/+1
2013-08-23Rakudo::Debugger does not need perl6_groupMoritz Lenz1-1/+1
2013-08-22bump versionMoritz Lenz1-1/+1
2013-05-24Update star release number in README/Makefile.in .pmichaud1-1/+1
2013-05-01Update release number.pmichaud1-1/+1
2013-02-23bump some versions in preparation of 2013.02 reeaseMoritz Lenz1-1/+1
2013-01-30bump more versions (README, Makefile.in)Moritz Lenz1-1/+1
2012-12-29Merge pull request #17 from hoelzro/masterPatrick R. Michaud2-11/+17
Make building RPMS and other Linux packages easier
2012-12-29Set --dynext when building debuggerRob Hoelz1-1/+2
This requires a fairly new version of NQP
2012-12-26bump some versions in preparation of 2012.12 releaseMoritz Lenz1-1/+1
2012-12-20Explicitly specify module path when building debuggerRob Hoelz1-0/+1
2012-12-19Set PERL6LIB to destination dir when precompilingRob Hoelz1-9/+13
This allows package managers to install modules to a staging directory with the process blowing up
2012-12-19Remove DESTDIR prefix from bin-install lineRob Hoelz1-1/+1
If using DESTDIR to package up Rakudo Star in an RPM or similar format, the Makefile currently ends up writing the package build directory into the shebang line of the installed scripts. This is probably not a good idea.
2012-11-27Modified Makefile template to include p6doc in installed modules. Fixes #122012.11isBEKaml1-1/+1
2012-11-26forgot a version bump (Makefile.in)Moritz Lenz1-1/+1
2012-09-30Add note to update version number in Makefile.in.pmichaud1-1/+1
2012-08-31Skip blank lines and comment lines in input to module-install.pl.pmichaud1-0/+1
2012-08-31Add 'configclean' target to handle cleanup from Configure.pl.pmichaud1-0/+5
2012-08-31Add better progress messages to module installation.pmichaud2-1/+2
2012-08-31Add a perl6-debug target to the Makefile.pmichaud1-4/+6
2012-08-31Replace some 'make' with '$(MAKE)' (jnthn++)pmichaud1-8/+8
2012-08-29Add modules-test target.pmichaud1-0/+3