From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.120, mailfrom: liming.gao@intel.com) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by groups.io with SMTP; Mon, 01 Jul 2019 04:32:16 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Jul 2019 04:32:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,439,1557212400"; d="scan'208";a="157270602" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga008.jf.intel.com with ESMTP; 01 Jul 2019 04:32:15 -0700 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 1 Jul 2019 04:32:14 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 1 Jul 2019 04:32:14 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.110]) by shsmsx102.ccr.corp.intel.com ([169.254.2.3]) with mapi id 14.03.0439.000; Mon, 1 Jul 2019 19:32:12 +0800 From: "Liming Gao" To: "Zhang, Shenglei" , "devel@edk2.groups.io" CC: "Feng, Bob C" Subject: Re: [PATCH] Silicon/Tools: Replace white spaces with tabs in GNUmakefile Thread-Topic: [PATCH] Silicon/Tools: Replace white spaces with tabs in GNUmakefile Thread-Index: AQHVL9vxqK1hz1hRZkeU1ZfW032d6Ka1oQRA Date: Mon, 1 Jul 2019 11:32:12 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E49C63D@SHSMSX104.ccr.corp.intel.com> References: <20190701070931.12000-1-shenglei.zhang@intel.com> In-Reply-To: <20190701070931.12000-1-shenglei.zhang@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 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: Zhang, Shenglei >Sent: Monday, July 01, 2019 3:10 PM >To: devel@edk2.groups.io >Cc: Feng, Bob C ; Gao, Liming >Subject: [PATCH] Silicon/Tools: Replace white spaces with tabs in >GNUmakefile > >The tools can't be complied successfully because of the white spaces >in GNUmakefile. So replace them with tabs. > >Cc: Bob Feng >Cc: Liming Gao >Signed-off-by: Shenglei Zhang >--- > Silicon/Intel/Tools/GNUmakefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Silicon/Intel/Tools/GNUmakefile >b/Silicon/Intel/Tools/GNUmakefile >index 20abf148b5..6910b6ad0f 100644 >--- a/Silicon/Intel/Tools/GNUmakefile >+++ b/Silicon/Intel/Tools/GNUmakefile >@@ -18,11 +18,11 @@ $(APPLICATIONS): $(MAKEROOT)/bin > .PHONY: subdirs $(SUBDIRS) > subdirs: $(SUBDIRS) > $(SUBDIRS): >- $(MAKE) -C $@ >+ $(MAKE) -C $@ > > .PHONY: $(patsubst %,%-clean,$(sort $(SUBDIRS))) > $(patsubst %,%-clean,$(sort $(SUBDIRS))): >- -$(MAKE) -C $(@:-clean=3D) clean >+ -$(MAKE) -C $(@:-clean=3D) clean > > clean: $(patsubst %,%-clean,$(sort $(SUBDIRS))) > >-- >2.18.0.windows.1