commit b82eb359610dcad32dd37b90908aff10a2aa85b7 from: Stefan Sperling date: Fri Dec 01 19:25:49 2017 UTC fix previous commit - 97d4f2b9e88778ef9f4f84be5365c4f10564bc18 commit + b82eb359610dcad32dd37b90908aff10a2aa85b7 blob - 4fcfd48eaa13a35fb8ef06c9188bd3f7791442e4 blob + c1000921691f14bd6c3e1465b6e913321d140b5b --- regress/repository/Makefile +++ regress/repository/Makefile @@ -6,7 +6,7 @@ SRCS = path.c repository.c error.c refs.c object.c sha CPPFLAGS = -I${.CURDIR}/../../include LDADD = -lutil -lz -DEBUG = "-O0 -g" +DEBUG = -O0 -g NOMAN = yes