aboutsummaryrefslogtreecommitdiffstats
path: root/src/jailcheck
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-06-24 11:48:09 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-06-24 11:54:15 -0300
commitc0c284e33c9f3cc103be19fe1b35fd642ffef3f2 (patch)
tree07edd4c0fddf870006ea98392b997d7c2ac5e0a3 /src/jailcheck
parentMerge pull request #5847 from pirate486743186/update-lobster-profile (diff)
downloadfirejail-c0c284e33c9f3cc103be19fe1b35fd642ffef3f2.tar.gz
firejail-c0c284e33c9f3cc103be19fe1b35fd642ffef3f2.tar.zst
firejail-c0c284e33c9f3cc103be19fe1b35fd642ffef3f2.zip
build: move MAKEFLAGS to config.mk.in
To reduce the amount of boilerplate in the makefiles. This amends commit 9789c263a ("build: disable all built-in implicit make rules", 2023-06-21) / PR #5864.
Diffstat (limited to 'src/jailcheck')
-rw-r--r--src/jailcheck/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jailcheck/Makefile b/src/jailcheck/Makefile
index 029fd422b..23cd9c1a9 100644
--- a/src/jailcheck/Makefile
+++ b/src/jailcheck/Makefile
@@ -1,6 +1,4 @@
1.SUFFIXES: 1.SUFFIXES:
2MAKEFLAGS += -r
3
4ROOT = ../.. 2ROOT = ../..
5-include $(ROOT)/config.mk 3-include $(ROOT)/config.mk
6 4