commit: 5fd996d8ad2a59eaea39d815b9e52b8b0b01590d
parent 3cd45257202d19ad8e30363791bb80c48b7046e2
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Wed, 25 Jun 2025 15:30:50 +0200
Toss out reuse lint integration, it can just be a git hook instead
Diffstat:
2 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/Makefile b/Makefile
@@ -57,7 +57,6 @@ build-checks: all $(TEST_CMDS) $(TEST_LIBS)
.PHONY: lint
lint: $(MAN1SO)
$(MANDOC) -Tlint -Wunsupp,error,warning $(MAN1)
- $(REUSE) lint --quiet
.PHONY: clean
clean:
diff --git a/configure b/configure
@@ -26,7 +26,6 @@ Variables:
MANDOC=BIN
GCOV=BIN
CRAM=BIN
- REUSE=BIN
CFLAGS=OPTIONS
ARFLAGS=OPTIONS
@@ -142,7 +141,6 @@ CFLAGS="${CFLAGS:--g -O2}"
M4="${M4:-m4}"
MANDOC="${MANDOC:-mandoc}"
CRAM="${CRAM:-cram}"
-REUSE="${REUSE:-reuse}"
# Also allow variables through arguments
for i; do
@@ -223,12 +221,6 @@ then
fi
fi
-if ! check_cmd REUSE "$REUSE"
-then
- echo 'Notice: Copyright linting depending on reuse disabled'
- REUSE="true"
-fi
-
echo
check_cflag "-Werror=implicit-function-declaration" && CFLAGS_CHECK="${CFLAGS_CHECK} -Werror=implicit-function-declaration"
@@ -295,7 +287,6 @@ MSGFMT = ${MSGFMT}
DBG = ${DBG}
GCOV = ${GCOV}
CRAM = ${CRAM}
-REUSE = ${REUSE}
CFLAGS = ${CFLAGS}
ARFLAGS = ${ARFLAGS}