Changes in configure [08b0ed8:2a1c27f]
Legend:
- Unmodified
- Added
- Removed
-
configure
r08b0ed8 r2a1c27f 39 39 purple=0 40 40 41 verbose=042 41 doc=1 43 42 debug=0 … … 126 125 --pidfile=... $pidfile 127 126 --config=... $config 128 129 --verbose=0/1 Disable/enable verbose build $verbose130 127 131 128 --msn=0/1 Disable/enable MSN part $msn … … 285 282 debug=1 286 283 fi 287 288 if [ "$verbose" = "0" ]; then289 echo 'VERBOSE=@' >> Makefile.settings290 else291 echo 'VERBOSE=' >> Makefile.settings292 fi293 294 cat <<EOF >>Makefile.settings295 296 # Enable/disable output verbosity297 ifdef V298 ifeq (\$(V),1)299 VERBOSE=300 else301 VERBOSE=@302 endif303 endif304 305 EOF306 284 307 285 if [ "$debug" = "1" ]; then
Note: See TracChangeset
for help on using the changeset viewer.