Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-22 | move-asn1-header-files.sh: Replace original asn file path in generated asn1 ↵ | Pau Espin Pedrol | 1 | -0/+1 | |
header files This makes builds reproducible and keep the existing relative path. This should have been done in a previous commit changing the paths being passed to asn1c to be absolute (top_srcdir). Fixes: f67803684f47077de3c9e06eb7dc007e0bc86b28 Change-Id: I19537f136cbb654950172ee532027920d353a556 | |||||
2016-07-12 | make regen: ~8x faster: use sed script instead of single invocations | Neels Hofmeyr | 1 | -8/+17 | |
Change-Id: Ib9b3f4fc524bf3ae7cc921b0340adec113529d4d | |||||
2016-01-04 | move asn1 headers to include/ dir (3/5) | Neels Hofmeyr | 1 | -1/+1 | |
Enable header move. Don't actually move yet. | |||||
2016-01-04 | move asn1 headers to include/ dir (1/5) | Neels Hofmeyr | 1 | -0/+35 | |
Add move-asn1-header-files.sh to do header file moving and sed'ding the include statements. The file moving part is disabled until a later commit, to make reading the diffs easier. Call shell script from src/{hnbap,ranap,rua}/Makefile.am regen targets. Add convenience regen target to src/Makefile.am, calling regen in the three subdirs. This change is split over several commits to ease diff reading. Subsequent commits show, in steps: - the "unmoved" effect of sed, - header moves, - adjust build system and include statements. |