aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk.in
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 /config.mk.in
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 'config.mk.in')
-rw-r--r--config.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mk.in b/config.mk.in
index dea3d8a52..6ee541507 100644
--- a/config.mk.in
+++ b/config.mk.in
@@ -6,6 +6,7 @@
6# Note: Do not define any targets on this file, as that could potentially end 6# Note: Do not define any targets on this file, as that could potentially end
7# up overriding the includer's intended default target (which by default is the 7# up overriding the includer's intended default target (which by default is the
8# first target encountered). 8# first target encountered).
9MAKEFLAGS += -r
9 10
10NAME=@PACKAGE_NAME@ 11NAME=@PACKAGE_NAME@
11TARNAME=@PACKAGE_TARNAME@ 12TARNAME=@PACKAGE_TARNAME@