aboutsummaryrefslogtreecommitdiffstats
path: root/src/fseccomp
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-05-10 10:38:50 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-06-12 16:08:47 -0300
commit000f094c1ba0975061c66cf7e60819b0dc5fe8c0 (patch)
tree53b09b8c3a21567aa66ecd90e457a63ddc20ba4d /src/fseccomp
parentMakefile.in: stop trying to remove config.h on distclean (diff)
downloadfirejail-000f094c1ba0975061c66cf7e60819b0dc5fe8c0.tar.gz
firejail-000f094c1ba0975061c66cf7e60819b0dc5fe8c0.tar.zst
firejail-000f094c1ba0975061c66cf7e60819b0dc5fe8c0.zip
common.mk.in: fix comment about file usage intent
It currently claims to contain "common definitions for all makefiles", but it is not included by all makefiles under src/ and it contains variable definitions that may possibly clash with the ones defined on certain makefiles. Mainly, the following makefiles (which are used for building shared objects) use a different set of CFLAGS compared to src/common.mk.in: * src/libpostexecseccomp/Makefile.in * src/libtrace/Makefile.in * src/libtracelog/Makefile.in Given the contents of common.mk.in, it seems to be intended only for makefiles that build C programs and/or non-shared objects (which are most of, but not all of the makefiles under src/), so put that in the comment instead.
Diffstat (limited to 'src/fseccomp')
0 files changed, 0 insertions, 0 deletions