anyone mind if i enable quiet build support via automake ? it requires automake-1.11 to have support enabled, but if you have older automake, the default behavior is unchanged from today.
the quiet output makes it a lot easier to notice warnings and such during the build. an example: make[3]: Entering directory `/usr/local/src/urjtag/urjtag/src/flash' CC cfi.lo CC detectflash.lo CC flash.lo CC intel.lo CC jedec.lo CCLD libflash.la make[3]: Leaving directory `/usr/local/src/urjtag/urjtag/src/flash' you can read more about controlling this behavior at configure/make time: http://www.gnu.org/software/automake/manual/automake.html#index-Option_002c- _0040option_007bsilent_002drules_007d-915 -mike --- configure.ac (revision 1756) +++ configure.ac (working copy) @@ -57,6 +57,10 @@ AC_CONFIG_AUX_DIR(tools) AM_INIT_AUTOMAKE([check-news dist-bzip2]) +dnl silent rules requires automake-1.11+ +m4_ifdef([AM_SILENT_RULES], + [AM_SILENT_RULES([yes])], + [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])]) AC_CONFIG_FILES( Makefile
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com
_______________________________________________ UrJTAG-development mailing list UrJTAG-development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/urjtag-development