History log of /seL4-l4v-master/l4v/tools/c-parser/Makefile
Revision Date Author Comments
# 18428256 21-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

c-parser: update to Isabelle2020

Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>


# cf48906b 31-Mar-2020 Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>

regression: force use of python3

Python 2 has passed its sunset date, and many distributions are
withdrawing support for Python 2.

PEP 394 recommends distributions always install versioned interpreter
commands (e.g. `python3`), but does not make a recommendation about
whether or not an unversioned command (`python`) should exist, or what
version it should run.

It therefore seems advisable to explicitly run scripts using the
`python3` command, for scripts that are compatible with Python 3.

Here, we do this for Python scripts used by `run_tests`. For this to
work, some scripts have been updated in ways that will break Python 2
compatibility. But for some other scripts which were already compatible
with both Python 2 and 3, we have not yet removed Python 2
compatibility. There are also miscellaneous scripts that are not used by
`run_tests`, and these have not yet been updated to Python 3.

Signed-off-by: Matthew Brecknell <Matthew.Brecknell@data61.csiro.au>


# a424d55e 09-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

licenses: convert license tags to SPDX


# 703c43fa 26-Aug-2018 Japheth Lim <Japheth.Lim@data61.csiro.au>

c-parser: update release script and README


# 05281b90 30-Jun-2018 Gerwin Klein <gerwin.klein@data61.csiro.au>

c-parser: consolidate IsaMakefile into Makefile

resolves remaining part of github issue #22


# dba1b08c 20-Jul-2017 Alejandro Gomez-Londono <alejandro.gomez@data61.csiro.au>

c-parser: Removes automatically generated lexer and parser files


# 2a03e81d 14-Jul-2014 Gerwin Klein <gerwin.klein@nicta.com.au>

Import release snapshot.