]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Makefile
t0013: add a basic sha1 collision detection test
[thirdparty/git.git] / Makefile
index 05a96d717749abc8e3429bda4dbf0c46888d229f..fc9d89498b47d9ca7ae07b2fdef7563d95a67465 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2236,6 +2236,7 @@ GIT-BUILD-OPTIONS: FORCE
        @echo NO_PYTHON=\''$(subst ','\'',$(subst ','\'',$(NO_PYTHON)))'\' >>$@+
        @echo NO_UNIX_SOCKETS=\''$(subst ','\'',$(subst ','\'',$(NO_UNIX_SOCKETS)))'\' >>$@+
        @echo PAGER_ENV=\''$(subst ','\'',$(subst ','\'',$(PAGER_ENV)))'\' >>$@+
+       @echo DC_SHA1=\''$(subst ','\'',$(subst ','\'',$(DC_SHA1)))'\' >>$@+
 ifdef TEST_OUTPUT_DIRECTORY
        @echo TEST_OUTPUT_DIRECTORY=\''$(subst ','\'',$(subst ','\'',$(TEST_OUTPUT_DIRECTORY)))'\' >>$@+
 endif