aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-05-04 21:16:14 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-06-12 16:08:47 -0300
commit4e8244fb81e17840cf1e0c2410683992c25867a9 (patch)
tree4ac5c0a92292e607bb3b12afa06e6f9bf9da8e69 /.gitignore
parentmakefiles: define root dir and include relative to it (diff)
downloadfirejail-4e8244fb81e17840cf1e0c2410683992c25867a9.tar.gz
firejail-4e8244fb81e17840cf1e0c2410683992c25867a9.tar.zst
firejail-4e8244fb81e17840cf1e0c2410683992c25867a9.zip
makefiles: deduplicate configure-time vars into new config.mk.in
Currently, the configure-time variables (that is, the ones that assign to placeholders, such as "@HAVE_MAN@", which are set/replaced at configure-time) are defined on multiple files (such as on Makefile.in and on common.mk.in). To avoid duplication, centralize these variables on a single file (config.mk.in) and replace all of the other definitions of them with an include of config.mk.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 756918943..d5716f157 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,7 @@
13Makefile 13Makefile
14autom4te.cache/ 14autom4te.cache/
15config.log 15config.log
16config.mk
16config.status 17config.status
17firejail-*.tar.xz 18firejail-*.tar.xz
18firejail-login.5 19firejail-login.5