summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-04-15 15:53:08 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-04-15 15:53:08 -0400
commit3268b64dfa29ba3919c068b38369983638536616 (patch)
treeb825c9b03674df19bff063971ee8550426e443ff /Makefile
parentc82d3dce6e857fad8d0142a99e604e3e35af896d (diff)
downloadbfs-3268b64dfa29ba3919c068b38369983638536616.tar.xz
distcheck: Run all the checks
Oops.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b4c41a1..006e93b 100644
--- a/Makefile
+++ b/Makefile
@@ -488,7 +488,7 @@ DISTCHECK_CONFIG_release := RELEASE=y
${DISTCHECKS}::
+${MAKE} -rs BUILDDIR=${BUILDDIR}/$@ config ${DISTCHECK_CONFIG_${@:distcheck-%=%}}
- +${MAKE} -s BUILDDIR=${BUILDDIR}/$@ check TEST_FLAGS="--sudo --verbose=skipped posix/basic"
+ +${MAKE} -s BUILDDIR=${BUILDDIR}/$@ check TEST_FLAGS="--sudo --verbose=skipped"
## Packaging (`make install`)