aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-01-26 16:22:03 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-01-27 02:47:21 -0300
commit403115565351a5a4277d45b96b1c37a347f1d0b4 (patch)
treeb36dd84dbf5b060da8af6f96b74c21eafe0bd19b /contrib
parentci: sort items on paths-ignore lists (diff)
downloadfirejail-403115565351a5a4277d45b96b1c37a347f1d0b4.tar.gz
firejail-403115565351a5a4277d45b96b1c37a347f1d0b4.tar.zst
firejail-403115565351a5a4277d45b96b1c37a347f1d0b4.zip
build: run commands silently on config targets
And also add an "error: " prefix, to make the output clearer. Before: $ rm -f config.mk; make config.mk printf 'run ./configure to generate %s\n' "config.mk" >&2 run ./configure to generate config.mk false make: *** No rule to make target 'config.mk'. Stop. After: $ rm -f config.mk; make config.mk error: run ./configure to generate config.mk make: *** No rule to make target 'config.mk'. Stop. This amends commit e21637ca8 ("makefiles: add generated files as dependencies", 2022-06-23) / PR #5219.
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions