diff options
author | Florian Dold <florian@dold.me> | 2024-02-22 15:36:56 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2024-02-22 15:36:56 +0100 |
commit | 1ebaa0c4056366a8a90b3832f9176aacec323446 (patch) | |
tree | 41eb31fe445e3c0567fc5e3082f6c363883415e7 | |
parent | 653dabdb63822ad8df2eb42571dd073a47fc9bba (diff) |
taler-terms-generator: fix incremental build check
m--------- | contrib/gana | 0 | ||||
-rwxr-xr-x | contrib/taler-terms-generator | 2 | ||||
m--------- | contrib/wallet-core | 0 | ||||
m--------- | doc/prebuilt | 0 |
4 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gana b/contrib/gana -Subproject 72be9c8454abc39eb35e1019545ceda8ece7a6d +Subproject ace673ed30067aa50ef5eebe16cc63ebe1ae066 diff --git a/contrib/taler-terms-generator b/contrib/taler-terms-generator index 4f348ae7b..26cfd775b 100755 --- a/contrib/taler-terms-generator +++ b/contrib/taler-terms-generator @@ -234,7 +234,7 @@ fi # As a heuristic for incremental builds, we only check the text output file. if [[ "$INCREMENTAL" -eq 1 ]] then - if [[ "$VERSION" -ot "${OUTPUT}/buildstamp" ]]; + if [[ "${VERSION}.rst" -ot "${OUTPUT}/buildstamp" ]]; then echo "Not rebuilding, input file $VERSION is older than $OUTPUT/buildstamp." exit 0 diff --git a/contrib/wallet-core b/contrib/wallet-core -Subproject 8b867205faf742df8c2352d4cb2a6604305e406 +Subproject a17a7a51dd50e2f508b078b9aada038fe124ff9 diff --git a/doc/prebuilt b/doc/prebuilt -Subproject 60ccf04bb3579c249a899c4ae88e120acda13c8 +Subproject bd40be2fd4ce80106dc40a5ac4cc5c169513406 |