From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.136; helo=mga12.intel.com; envelope-from=yonghong.zhu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 49EDE2237A4FA for ; Sun, 4 Feb 2018 19:17:38 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Feb 2018 19:23:19 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,462,1511856000"; d="scan'208";a="15417010" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga008.fm.intel.com with ESMTP; 04 Feb 2018 19:23:19 -0800 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 4 Feb 2018 19:23:19 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 4 Feb 2018 19:23:18 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.130]) with mapi id 14.03.0319.002; Mon, 5 Feb 2018 11:23:17 +0800 From: "Zhu, Yonghong" To: "Gao, Liming" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [Patch 0/2] BaseTools GNUmakefile: Move HOST_ARCH detection into common makefile Thread-Index: AQHTmosYoC9DwbxJ90uY5G/l1FcWxqOVLCkw Date: Mon, 5 Feb 2018 03:23:16 +0000 Message-ID: References: <1517399997-1784-1-git-send-email-liming.gao@intel.com> In-Reply-To: <1517399997-1784-1-git-send-email-liming.gao@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 0/2] BaseTools GNUmakefile: Move HOST_ARCH detection into common makefile X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Feb 2018 03:17:39 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Yonghong Zhu =20 Best Regards, Zhu Yonghong -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Limi= ng Gao Sent: Wednesday, January 31, 2018 8:00 PM To: edk2-devel@lists.01.org Subject: [edk2] [Patch 0/2] BaseTools GNUmakefile: Move HOST_ARCH detection= into common makefile Liming Gao (2): BaseTools GNUmakefile: Move HOST_ARCH detection into common makefile BaseTools GNUmakefile: Remove HOST_ARCH in every tool Makefile BaseTools/Source/C/BootSectImage/GNUmakefile | 3 +-- BaseTools/Source/C/BrotliCompress/GNUmakefile | 3 +-- BaseTools/Source/C/Common/GNUmakefile | 3 +-- BaseTools/Source/C/EfiLdrImage/GNUmakefile | 3 +-- BaseTools/Source/C/EfiRom/GNUmakefile | 3 +-- BaseTools/Source/C/GenCrc32/GNUmakefile | 3 +-- BaseTools/Source/C/GenFfs/GNUmakefile | 3 +-- BaseTools/Source/C/GenFv/GNUmakefile | 3 +-- BaseTools/Source/C/GenFw/GNUmakefile | 3 +-- BaseTools/Source/C/GenPage/GNUmakefile | 3 +-- BaseTools/Source/C/GenSec/GNUmakefile | 3 +-- BaseTools/Source/C/GenVtf/GNUmakefile | 3 +-- BaseTools/Source/C/GnuGenBootSector/GNUmakefile | 3 +-- BaseTools/Source/C/LzmaCompress/GNUmakefile | 3 +-- BaseTools/Source/C/Makefiles/header.makefile | 28 +++++++++++++++++++++= ++-- BaseTools/Source/C/Split/GNUmakefile | 3 +-- BaseTools/Source/C/TianoCompress/GNUmakefile | 3 +-- BaseTools/Source/C/VfrCompile/GNUmakefile | 3 +-- BaseTools/Source/C/VolInfo/GNUmakefile | 3 +-- 19 files changed, 44 insertions(+), 38 deletions(-) --=20 2.8.0.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel