Changeset 65d0dfd for configure


Ignore:
Timestamp:
2017-03-12T04:16:58Z (8 years ago)
Author:
dx <dx@…>
Branches:
master
Children:
08b0ed8
Parents:
262a82b
git-author:
Tim Harder <radhermit@…> (20-01-17 21:17:25)
git-committer:
dx <dx@…> (12-03-17 04:16:58)
Message:

Add --verbose configure option to control verbose build output

Defaults to disabled to maintain the status quo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r262a82b r65d0dfd  
    3939purple=0
    4040
     41verbose=0
    4142doc=1
    4243debug=0
     
    125126--pidfile=...                                           $pidfile
    126127--config=...                                            $config
     128
     129--verbose=0/1   Disable/enable verbose build            $verbose
    127130
    128131--msn=0/1       Disable/enable MSN part                 $msn
     
    281284        LDFLAGS="$LDFLAGS -fsanitize=address"
    282285        debug=1
     286fi
     287
     288if [ "$verbose" = "0" ]; then
     289        echo 'VERBOSE=@' >> Makefile.settings
     290else
     291        echo 'VERBOSE=' >> Makefile.settings
    283292fi
    284293
Note: See TracChangeset for help on using the changeset viewer.