From mboxrd@z Thu Jan 1 00:00:00 1970 From: miloody@gmail.com (loody) Date: Thu, 28 Apr 2011 00:48:08 +0800 Subject: quiet compile kernel Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi all: I found the compile message of kernel is quite succinct, when we set V=0, and I try to make my project output as clean as kernel did. Then I traced the Makefile and it just define "quiet" and "Q" then export it. Where is the exact place that quiet build begin? Is that complicated to copy this quiet-build process? -- Thanks for your help, miloody