mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
build: ensure fnettrace prints to stdout
Currently it is the only part of the build that prints to stderr on a
normal build, which makes it harder to keep just the warnings and errors
in the output:
$ ./configure >/dev/null && make clean >/dev/null &&
make -j "$(nproc)" >/dev/null
static ip map: input 5998, output 2490
Added on commit f3774678f ("compress static ip map for fnettrace at
compile time", 2023-07-06).
This commit is contained in:
parent
5d3b61de89
commit
f7e2c25730
1 changed files with 1 additions and 1 deletions
|
|
@ -13,4 +13,4 @@ include $(ROOT)/src/prog.mk
|
|||
|
||||
all: $(TARGET) static-ip-map
|
||||
static-ip-map: static-ip-map.txt $(PROG)
|
||||
./$(PROG) --squash-map=static-ip-map.txt > static-ip-map
|
||||
./$(PROG) --squash-map=static-ip-map.txt 2>&1 >static-ip-map
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue