avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avrdude-dev] [patch #9222] Enable silent build


From: Yegor Yefremov
Subject: [avrdude-dev] [patch #9222] Enable silent build
Date: Fri, 13 Jan 2017 13:35:07 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36

URL:
  <http://savannah.nongnu.org/patch/?9222>

                 Summary: Enable silent build
                 Project: AVR Downloader/UploaDEr
            Submitted by: yegorich
            Submitted on: Fri 13 Jan 2017 01:35:06 PM GMT
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

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.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 13 Jan 2017 01:35:06 PM GMT  Name: silent-build.patch  Size: 296B  
By: yegorich

<http://savannah.nongnu.org/patch/download.php?file_id=39464>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?9222>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]