summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2020-08-03configure, make hint optionalFlorian Dold
2020-08-03pathsFlorian Dold
2020-04-21remove bloatFlorian Dold
2019-11-11another -fng0
2019-11-11remove -f from readlink, tested on NetBSD/amd64.ng0
Note that readlink(1) is a non-standard tool, but using $(pwd) is not enough. This tool should be standardized, but macOS has no -f according to schanzenbach. I hope that this removal of -f is portable across other platforms we use.
2019-10-28configure: use a fixed location for the build-scripts.ng0
2019-10-22start to make sh code reusable.ng0
hope the configure doesn't blow up, locally tested. this now requires readlink(1) and so far only serves the purpose to get to call python indepent of setting a python version in a Makefile for which with the current layout we'd have to run configure which would require python. Or we just record the location or name of the python executable in config.mk...
2019-10-18syntax fixng0
2019-10-18configure: reduce tests to python3 + python3.7 + python3.8; add check for ↵ng0
python3
2019-10-15allow configure.py to be simplerFlorian Dold
2019-10-14execFlorian Dold
2019-10-04move most of the shell functionality to the python script.ng0
2019-10-02init, innit.ng0