From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: bob.c.feng@intel.com) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by groups.io with SMTP; Sun, 23 Jun 2019 18:50:54 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jun 2019 18:50:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,410,1557212400"; d="scan'208";a="166186562" Received: from shwdepsi1121.ccr.corp.intel.com ([10.239.158.47]) by orsmga006.jf.intel.com with ESMTP; 23 Jun 2019 18:50:53 -0700 From: "Bob Feng" To: devel@edk2.groups.io Subject: [Patch 0/2] BaseTools: Separate current CreateAsBuiltInf function into two Date: Mon, 24 Jun 2019 09:50:48 +0800 Message-Id: <20190624015048.16724-1-bob.c.feng@intel.com> X-Mailer: git-send-email 2.20.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit https://bugzilla.tianocore.org/show_bug.cgi?id=1932 In current implementation, there are 2 functions in CreateAsBuiltInf, one is create asbuildinf, the other is update build cache. They should be separated. Feng, Bob C (2): BaseTools: refine CreateAsBuiltInf function BaseTools: Move Build Cache related function out of CreateAsBuiltInf BaseTools/Source/Python/AutoGen/AutoGen.py | 73 ++++++++++++++++++++++++++++++++++++++----------------------------------- BaseTools/Source/Python/build/build.py | 26 ++++++++++++++++++++++---- 2 files changed, 60 insertions(+), 39 deletions(-) -- 2.20.1.windows.1