aboutsummaryrefslogtreecommitdiffstats
path: root/src/fcopy
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-05-03 05:47:23 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-11-21 17:36:47 -0300
commitadbd02f4213666cf68a455599dc366a840b3ad25 (patch)
tree309bc6cb59c25b64d45ac32d0a23ac199b784782 /src/fcopy
parentmakefiles: deduplicate main target name into new SO var (diff)
downloadfirejail-adbd02f4213666cf68a455599dc366a840b3ad25.tar.gz
firejail-adbd02f4213666cf68a455599dc366a840b3ad25.tar.zst
firejail-adbd02f4213666cf68a455599dc366a840b3ad25.zip
makefiles: deduplicate lib makefiles into so.mk
The following makefiles are nearly identical, except for the main target name and for any extra headers that they might use: * src/libpostexecseccomp/Makefile * src/libtrace/Makefile * src/libtracelog/Makefile So move all of their (duplicated) code into a new src/so.mk file, and add an include of src/so.mk, which leaves only variables, and the includes of config.mk and src/so.mk in place. With this commit, CFLAGS and LDFLAGS are only defined/changed in the following files: * config.mk.in * src/common.mk * src/so.mk
Diffstat (limited to 'src/fcopy')
0 files changed, 0 insertions, 0 deletions