Skip to content

Commit 98da300

Browse files
author
tv
committed
//infest: purge make-patch
1 parent 6a2c101 commit 98da300

File tree

2 files changed

+2
-77
lines changed

2 files changed

+2
-77
lines changed

infest/Makefile

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,2 @@
1-
2-
ifndef patch_file
3-
patch_file := /etc/Verkrebsung.patch
4-
endif
5-
6-
ifndef patch_flags
7-
patch_flags :=
8-
endif
9-
10-
.PHONY: infest dry-run
11-
infest: $(patch_file)
12-
unset POSIXLY_CORRECT; patch $(patch_flags) -fNp0 < $<
13-
14-
$(patch_file): bin/make-patch
15-
$< >$@
16-
17-
dry-run:
18-
make patch_file=/tmp/krebs-infest-dry-run.patch patch_flags=--dry-run
1+
%:
2+
@echo 'whatever you try: you are made of stupid!' >&2

infest/bin/make-patch

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)