File: 0.26-defang-make-all.patch

package info (click to toggle)
nagios-plugin-check-multi 0.26-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,172 kB
  • sloc: perl: 2,296; makefile: 415; sh: 239
file content (14 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Ensure "make all" does not overwrite git hooks
Author: Stig Sandbeck Mathisen <ssm@debian.org>
Forwarded: not-needed

--- a/Makefile.in
+++ b/Makefile.in
@@ -57,7 +57,6 @@ all:
 	@ cd $(SRC_PL_TEST) && $(MAKE) -s -e $@
 	@ cd $(SRC_CONTRIB) && $(MAKE) -s -e $@
 	@ cd $(SRC_CONFIG)  && $(MAKE) -s -e $@
-	$(MAKE) hook
 
 	@echo ""
 	@echo " Make process finished"