Remove unnecessary carets from the beginning of regexes.

When using `re.match` the start of the string is assumed.

This commit cherry-picks c81dd371b04519c51615aee972da58a295bca9df from
ssh://github.inside.nicta.com.au/mfernandez/project.
15 files changed
tree: 16124035752462bfac69df4e70217b92f4bc211c
  1. camkes/
  2. docs/
  3. examples/
  4. include/
  5. libsel4camkes/
  6. libsel4muslccamkes/
  7. misc/
  8. tools/
  9. .gitignore
  10. alltests.py
  11. camkes.mk
  12. camkes.sh
  13. Kbuild
  14. Kconfig
  15. LICENSE_BSD2.txt
  16. README.md
  17. toplevel.mk
README.md

CAmkES

This repository contains the code generator and templating system that form the core of the CAmkES component platform. This branch, “next,” has a from-scratch re-implementation of the architecture description parser and addresses several shortcomings of the “master” branch. This branch is intended to supersede “master” in the future.

For more information about CAmkES functionality, see the documentation.