aboutsummaryrefslogtreecommitdiff
path: root/tools/build/module-install.pl
AgeCommit message (Collapse)AuthorFilesLines
2016-07-19fix local module install on windows2016.07Steve Mynott1-1/+4
2016-01-27revert using --bindir when installing pandaTobias Leich1-2/+1
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-27first working post 6.c starTobias Leich1-107/+6
2014-08-30precompile files just get compext appended nowTobias Leich1-3/+1
2014-03-29Require file extension to be at end of filenameAndrew Egeler1-2/+2
2014-03-17Actually take/use the output extension.jnthn1-1/+2
2014-03-17baby steps towards tri-module-install.Timo Paulssen1-2/+3
2013-11-23precompilation order: consider requireMoritz Lenz1-1/+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-08-31Skip blank lines and comment lines in input to module-install.pl.pmichaud1-0/+1
2012-08-31Add better progress messages to module installation.pmichaud1-0/+1
2012-08-28Convert module-install to read modules from MODULES.txt .pmichaud1-4/+4
2012-08-28Move skel/ into top-level directory, to try building directly from the repo.pmichaud1-0/+112