We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2c101 commit 98da300Copy full SHA for 98da300
infest/Makefile
@@ -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
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
+%:
+ @echo '[31;1;5mwhatever you try: you are made of stupid![m' >&2
infest/bin/make-patch
0 commit comments