]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/ModuleAutoGen.py
BaseTools: Remove CanSkip calling for incremental build
authorBob Feng <bob.c.feng@intel.com>
Wed, 23 Sep 2020 12:36:58 +0000 (20:36 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 25 Sep 2020 02:27:35 +0000 (02:27 +0000)
commit3a7a6761143a4840faea0bd84daada3ac0f1bd22
tree5b67591810f351e76b0faddab7a21f2cfd46bde5
parent9641a7f975ff5a18f83a8c899626342e15409c48
BaseTools: Remove CanSkip calling for incremental build

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2978

If a module add a new PCD, the pcd token number will be
reassigned. The new Pcd token number should be updated
to all module's autogen files. CanSkip can only detect a
single module's change but not others. CanSkip block the
pcd token number update in incremental build, so this
patch is going to remove this call.

Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Reviewed-by: Yuwei Chen<yuwei.chen@intel.com>
BaseTools/Source/Python/AutoGen/ModuleAutoGen.py