patchAVR Downloader/UploaDEr - Patches: patch #9222, Enable silent build

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #9222: Enable silent build

Submitter:  Yegor Yefremov <yegorich>
Submitted:  Fri 13 Jan 2017 01:35:06 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  joerg_wunsch Open/Closed:  Closed

Fri 12 Jan 2018 10:08:01 PM UTC, comment #3: 

Applied in r1411

Joerg Wunsch <joerg_wunsch>
Group administrator
Fri 07 Apr 2017 03:16:40 PM UTC, comment #2: 

Personally, I'm used to see the verbose messages, but I'm not
oppsed to hiding them a bit, as long as there is some clear
documentation on how to enable the full messages when anyone
wants to see them.

It's one of the patches likely to go in as soon as I can afford
to spend some time into the project again (which gets us back
to the previously posted question about when it might be
possible to actually prepare a release ...)

Joerg Wunsch <joerg_wunsch>
Group administrator
Fri 07 Apr 2017 02:52:02 PM UTC, comment #1: 

Hello Jörg,

what do you think about this patch? You'll find silent output by almost all OSS projects like Linux, bootloaders etc.

Yegor Yefremov <yegorich>
Fri 13 Jan 2017 01:35:06 PM UTC, original submission:  

The “classical” Makefiles generated by automake are very verbose. With AM_SILENT_RULES([yes]) build output will have following behavior:

make  all-am
make[1]: Entering directory `/home/flame/test-hellow'
  CC     hellow.o
  CCLD   hellow
make[1]: Leaving directory `/home/flame/test-hellow'

Using "make V=1" one can always enable verbose build.

Yegor Yefremov <yegorich>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #39464:  silent-build.patch added by yegorich (296B - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by joerg_wunsch (Posted a comment)
  • -email is unavailable- added by yegorich (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-01-12 joerg_wunsch StatusNone Done
        Assigned toNone joerg_wunsch
        Open/ClosedOpen Closed
    2017-01-13 yegorich Attached File- Added silent-build.patch, #39464

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code