Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-12 | -add missing license headers | Christian Grothoff | |
2022-06-30 | fix portability bug: make sure destination file is writeable | Thien-Thi Nguyen | |
Some shells let this go w/o comment, some don't. Better to be sure. (ensure): If "$dst" exists, make sure it is writeable. | |||
2022-06-30 | refactor slightly | Thien-Thi Nguyen | |
(ensure): Don't repeat "$src/$fn" and "$dst/$fn"; instead, compute them once as "$src" and "$dst", respectively. | |||
2022-06-13 | -prevent editing of generated files | Christian Grothoff | |
2022-06-06 | Generate src/include/taler_signatures.h at bootstrap time | Thien-Thi Nguyen | |
* src/include/taler_signatures.h: Delete file. * contrib/gana-update.sh: Add calls to ‘domake’, ‘ensure’ for contrib/sigp. | |||
2022-06-04 | move "gana/" to caller | Thien-Thi Nguyen | |
This allows for other prefix dirs to be used. (domake): Consider $1 to be dir under ‘contrib/’. (ensure): Likewise, for $2. | |||
2022-05-11 | refactor | Thien-Thi Nguyen | |
(domake, ensure): New funcs. <top-level>: Use ‘domake’, ‘ensure’. | |||
2021-08-01 | -fix FTBFS | Christian Grothoff | |
2021-08-01 | build system: also obtain event type registry from GANA | Christian Grothoff | |
2020-12-14 | activating implementation of #6175 | Christian Grothoff | |
2020-07-24 | fix #6431 | Christian Grothoff | |