aboutsummaryrefslogtreecommitdiffstats
path: root/src/fnetfilter
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-10-19 14:06:16 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-11-21 17:15:29 -0300
commit60a95f00bb1a3185fce4bacb5367201685767444 (patch)
treee4f7d7ab251be37f354d8626c1c6a331c0b857b8 /src/fnetfilter
parentmakefiles: rename H_FILE_LIST and C_FILE_LIST (diff)
downloadfirejail-60a95f00bb1a3185fce4bacb5367201685767444.tar.gz
firejail-60a95f00bb1a3185fce4bacb5367201685767444.tar.zst
firejail-60a95f00bb1a3185fce4bacb5367201685767444.zip
makefiles: expand HDRS, SRCS and OBJS immediately
Use immediate expansion of the right-hand side (with `:=`) to set the variables to the output of the commands rather than to the (text of the) commands themselves. This should prevent deferred/lazy evaluation, which is something that might potentially result in the relevant files being looked up each time that HDRS and SRCS are evaluated. Commands used to search and replace: git grep -Ilz '^SRCS' -- src | xargs -0 -I '{}' \ sh -c "printf '%s\n' \"\$(sed \ -e 's/^HDRS =/HDRS :=/' \ -e 's/^SRCS =/SRCS :=/' \ -e 's/^OBJS =/OBJS :=/' '{}')\" >'{}'"
Diffstat (limited to 'src/fnetfilter')
0 files changed, 0 insertions, 0 deletions