aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-02-07 09:39:13 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-02-07 09:45:41 -0300
commit6815d71cff0da41651b12f5b07df8e471969bbec (patch)
tree09eb808dbba5a000002e69b47e76eedd4b7448ea /src
parentbuild: prevent make clean error if compile.sh --clean fails (diff)
downloadfirejail-6815d71cff0da41651b12f5b07df8e471969bbec.tar.gz
firejail-6815d71cff0da41651b12f5b07df8e471969bbec.tar.zst
firejail-6815d71cff0da41651b12f5b07df8e471969bbec.zip
build: fix running make clean with undefined vars
In the `debian_ci` job in .gitlab-ci.yml, dpkg-deb calls `make distclean` before calling ./configure, which makes `make clean` fail due to certain variables not being declared: dpkg-source -i -I --before-build . [...] dh_auto_clean make -j2 distclean make[1]: Entering directory '/builds/kmk3/firejail_ci' error: run ./configure to generate config.mk [...] rm -f contrib/syntax/files/example [...] rm -fr - -.tar.xz rm: invalid option -- '.' Try 'rm --help' for more information. make[1]: *** [Makefile:175: clean] Error 1 This amends commit 8a783cdc2 ("build: use TARNAME and remove more paths on clean", 2023-07-29) / PR #6186.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions