aboutsummaryrefslogtreecommitdiffstats
path: root/src/etc-cleanup
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-06-18 04:24:28 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-06-24 12:01:28 -0300
commitb9864fd46ff583e019314855b7194df11c8a1050 (patch)
tree3feca79778eea1bf5e171c27b316650a519fd55c /src/etc-cleanup
parentbuild: rename MOD vars to EXTRA vars (diff)
downloadfirejail-b9864fd46ff583e019314855b7194df11c8a1050.tar.gz
firejail-b9864fd46ff583e019314855b7194df11c8a1050.tar.zst
firejail-b9864fd46ff583e019314855b7194df11c8a1050.zip
build: rename TOCLEAN and TODISTCLEAN variables
To CLEANFILES and DISTCLEANFILES, respectively. This matches what GNU automake uses. Commands used to search and replace: $ git grep -IFlz -e TOCLEAN -e TODISTCLEAN | xargs -0 -I '{}' sh -c "printf '%s\n' \"\$(sed \ -e 's/TOCLEAN/CLEANFILES/g' \ -e 's/TODISTCLEAN/DISTCLEANFILES/g' '{}')\" >'{}'" Added on commit cbdee6555 ("makefiles: add TOCLEAN and TODISTCLEAN variables", 2022-07-15) / PR #5478.
Diffstat (limited to 'src/etc-cleanup')
0 files changed, 0 insertions, 0 deletions