]> git.proxmox.com Git - mirror_edk2.git/commit
The current Makefile only checks the primary python file, such as build.py and does...
authorlhauch <larry.hauch@intel.com>
Fri, 12 Sep 2014 22:59:04 +0000 (22:59 +0000)
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 12 Sep 2014 22:59:04 +0000 (22:59 +0000)
commit6c22c0a35defc2177b7a24d588ae2ad7588010a9
tree01fd106d2df2fde709b9a572c80d4f9791f1613e
parentcfffccd9df1ed205721dd21038880a4fa72a5102
The current Makefile only checks the primary python file, such as build.py and does not check other files in tool’s directory tree.
This modification adds all of the other files within the tool’s directory tree that would be a cause to rebuild the tool.

The format in the Makefile for listing these other files was selected to allow the nightly build script to detect changes in the additional files.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: lhauch <larry.hauch@intel.com>
Reviewed-by: Gao, Liming <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16103 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Source/Python/Makefile