Lines Matching defs:verbose
39 -v Be verbose
49 verbose()
51 ${VERBOSE} && echo $*
145 verbose "mklist /tmp/pf.$$"
146 verbose "mkdir -p $2"
147 verbose "tar -c -T /tmp/pf.$$ -f- | tar -x -f- -C $2"
150 verbose cd $2
151 verbose mkdir -p dist/pf sys/dist/pf
153 verbose cd $2/sys/net
154 verbose mv if.c if_compat.c
155 verbose mv if.h if_compat.h
156 verbose cp pf.c pf_mtag.c
157 verbose cp pfvar.h pf_mtag.h
159 verbose cd $2/sys/netinet
160 verbose mv tcp_subr.c tcp_rndiss.c
161 verbose mv tcp_var.h tcp_rndiss.h
163 verbose cd $2
164 verbose mv etc libexec sbin share usr.sbin dist/pf/
166 verbose cd $2/sys
167 verbose mv net netinet dist/pf/
236 VERBOSE=false
249 VERBOSE=true