From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752289AbdKIGHT (ORCPT ); Thu, 9 Nov 2017 01:07:19 -0500 Received: from mga01.intel.com ([192.55.52.88]:34055 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751438AbdKIGHQ (ORCPT ); Thu, 9 Nov 2017 01:07:16 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,368,1505804400"; d="asc'?scan'208";a="173664097" Date: Thu, 9 Nov 2017 14:00:01 +0800 From: "Du, Changbin" To: Ingo Molnar Cc: changbin.du@intel.com, mingo@redhat.com, hpa@zytor.com, tglx@linutronix.de, x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86, build: Make genimage.sh little more quite Message-ID: <20171109060001.GA14114@intel.com> References: <1510129366-18314-1-git-send-email-changbin.du@intel.com> <20171108090137.teoamhy6obm7h2q6@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline In-Reply-To: <20171108090137.teoamhy6obm7h2q6@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 08, 2017 at 10:01:37AM +0100, Ingo Molnar wrote: >=20 > * changbin.du@intel.com wrote: >=20 > > From: Changbin Du > >=20 > > This change suppresses the 'dd' output and adds '-quite' parameter > > to mkisofs tool. None of the messages matter to the user. Now: > >=20 > > $ make isoimage > > ... > > Kernel: arch/x86/boot/bzImage is ready (#75) > > GENIMAGE arch/x86/boot/image.iso > > Using /usr/lib/ISOLINUX/isolinux.bin > > Using /usr/lib/syslinux/modules/bios/ldlinux.c32 > > Kernel: arch/x86/boot/image.iso is ready >=20 > Could you please also remove the other unnecessary lines as well, from th= e default=20 > build log: >=20 > > Using /usr/lib/ISOLINUX/isolinux.bin > > Using /usr/lib/syslinux/modules/bios/ldlinux.c32 > > Kernel: arch/x86/boot/image.iso is ready >=20 > The build process is using a ton of files and we don't list them. Maybe p= rint them=20 > when V=3D1, but not by default. >=20 > The only lines printed should be: >=20 > > Kernel: arch/x86/boot/bzImage is ready (#75) > > GENIMAGE arch/x86/boot/image.iso >=20 > Users are totally not interested in the details. They want to see a singl= e line of=20 > output about which file is being built, but that's it. > I agree with you. So I will remove the 'Using ...', and 'set -x' if V=3D1. > Thanks, >=20 > Ingo --=20 Thanks, Changbin Du --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJaA+7hAAoJEAanuZwLnPNULAsIAK2iQDwPDIrmuX/dY0fpsyzW iqR1FZuFHc+j1Ys8WEg726clseju8raWdpnWmTZFoj6euxdMxWk6I9jpCCMecxYd I8QVBy3a45pzx4AzfWShNCmJynBR90VwJLTBwAPYKFkOYeL/Z/WGiTqQQ0n6D/47 z70Y9Qp0lVj+qMG3tk8V5zSnoTafY7szGVL9+NlwkjvI63f1L/6qj33hPVUI7//O pGt8CxMIYW8tl0JLleW05atDqmtWJPQkwx2WfoIqHYZF/H5l08z/py+tGCWmBf9V z+W0YdZ6uheHFtfj9WCm1gJ+aSFUGQ8vqwUYTHERKUTK1Dyrj6T0YCg7+vSr9tw= =Pl0T -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL--