diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-09-04 18:24:45 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-09-04 18:24:45 +0200 |
commit | 3b0f6c864d55d5e9f6307eaeea25eec6c16d72b8 (patch) | |
tree | 4a189c7f6895a7f16ea01f7da954da3f7b9b1b64 /src/templating | |
parent | fd6a1d1a6cc3069baace21b3822bf857618e356d (diff) |
-fix minor dpkg build issues
Diffstat (limited to 'src/templating')
-rw-r--r-- | src/templating/ORIGIN | 8 | ||||
-rw-r--r-- | src/templating/mustach-original-Makefile (renamed from src/templating/Makefile.orig) | 0 | ||||
-rwxr-xr-x | src/templating/run-original-tests.sh | 8 |
3 files changed, 9 insertions, 7 deletions
diff --git a/src/templating/ORIGIN b/src/templating/ORIGIN index fafb0ae79..14902983a 100644 --- a/src/templating/ORIGIN +++ b/src/templating/ORIGIN @@ -3,7 +3,9 @@ Cloned originally from https://gitlab.com/jobol/mustach/ Changes: ======== -Renamed original Makefile to Makefile.orig and wrote Makefile.am for us. +Renamed original Makefile to mustach-original-Makefile +and wrote Makefile.am for us. -Added run-original-tests.sh shell script as a wrapper around Makefile.org -to us the original build process for the test suite. +Added run-original-tests.sh shell script as a wrapper around +mustach-original-Makefile to use the original build process for the test +suite. diff --git a/src/templating/Makefile.orig b/src/templating/mustach-original-Makefile index e902b2c71..e902b2c71 100644 --- a/src/templating/Makefile.orig +++ b/src/templating/mustach-original-Makefile diff --git a/src/templating/run-original-tests.sh b/src/templating/run-original-tests.sh index 2debca763..f183736b7 100755 --- a/src/templating/run-original-tests.sh +++ b/src/templating/run-original-tests.sh @@ -7,7 +7,7 @@ set -eu export CFLAGS="-g" -make -f Makefile.orig mustach || exit 77 -make -f Makefile.orig clean || true -make -f Makefile.orig basic-tests -make -f Makefile.orig clean || true +make -f mustach-original-Makefile mustach || exit 77 +make -f mustach-original-Makefile clean || true +make -f mustach-original-Makefile basic-tests +make -f mustach-original-Makefile clean || true |