[neomutt-devel] Silent builds

Richard Russon rich at flatcap.org
Sat May 13 16:27:21 CEST 2017


At darnir's suggestion, I added "AM_SILENT_RULES" to the build.
It's not that often that you need to check the exact compiler command
line for a source file.

Instead of:

    gcc -DPKGDATADIR=\"/home/mutt/install/share/mutt\" -DSYSCONFDIR=\"/home/mutt/install/etc\" -DBINDIR=\"/home/mutt/install/bin\" -DMUTTLOCALEDIR=\"/home/mutt/install/share/locale\" -I.  -I. -I.  -I/usr/include/qdbm -I/usr/include//  -Wall -pedantic -Wno-long-long -g -Wall -O0 -Werror=format-security -fno-delete-null-pointer-checks  -fno-delete-null-pointer-checks -MT sidebar.o -MD -MP -MF .deps/sidebar.Tpo -c -o sidebar.o sidebar.c

you'll see:

    CC sidebar.o

All the info is still available, simply:

    make V=1

(verbose = true)

Alternatively, you can enable verbose-mode at configure time:

    ./configure --disable-silent-rules

I've created a PR #579 to extend this idea to all the make rules.

Rich / FlatCap
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://mailman.neomutt.org/pipermail/neomutt-devel-neomutt.org/attachments/20170513/0fd3d196/attachment.sig>


More information about the neomutt-devel mailing list