summaryrefslogtreecommitdiff
path: root/strata/pcre-utils.morph
Commit message (Collapse)AuthorAgeFilesLines
* Morph build ff27c34220104501b4b69c7200b0d49eAdam Coldrick2015-03-111-1/+0
| | | | System branch: master
* Split PCRE out into its own stratumRichard Maw2014-11-101-0/+10
We need PCRE in multiple places, so rather than having multiple definitions, and potentially differing versions, let's use the same one from its own stratum. The need to add the stratum entry into the systems is annoying, and could probably do with a way of specifying that a stratum includes another, rather than just depends on it. Also, it seems a bit weird to have a stratum with only one chunk in it, but I can't think of a better way.