mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Add a flag so that 'make check V=1' will turn on verbose output.
This commit is contained in:
parent
ee03760c1d
commit
e41a326ef5
1 changed files with 3 additions and 0 deletions
|
@ -96,6 +96,9 @@ TEST_OBJECTS = $(filter-out parser_lex.o, \
|
||||||
$(filter-out parser_yacc.o, \
|
$(filter-out parser_yacc.o, \
|
||||||
$(filter-out parser_main.o, ${OBJECTS} ${PCREOBJECTS})))
|
$(filter-out parser_main.o, ${OBJECTS} ${PCREOBJECTS})))
|
||||||
|
|
||||||
|
ifdef V
|
||||||
|
VERBOSE = 1
|
||||||
|
endif
|
||||||
ifndef VERBOSE
|
ifndef VERBOSE
|
||||||
VERBOSE = 0
|
VERBOSE = 0
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue