summaryrefslogtreecommitdiff
path: root/contrib/gana-update.sh
AgeCommit message (Collapse)Author
2022-06-30fix portability bug: make sure destination file is writeableThien-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-30refactor slightlyThien-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 filesChristian Grothoff
2022-06-06Generate src/include/taler_signatures.h at bootstrap timeThien-Thi Nguyen
* src/include/taler_signatures.h: Delete file. * contrib/gana-update.sh: Add calls to ‘domake’, ‘ensure’ for contrib/sigp.
2022-06-04move "gana/" to callerThien-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-11refactorThien-Thi Nguyen
(domake, ensure): New funcs. <top-level>: Use ‘domake’, ‘ensure’.
2021-08-01-fix FTBFSChristian Grothoff
2021-08-01build system: also obtain event type registry from GANAChristian Grothoff
2020-12-14activating implementation of #6175Christian Grothoff
2020-07-24fix #6431Christian Grothoff