File: 0.26-defang-make-all.patch

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

--- 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"