summaryrefslogtreecommitdiff
path: root/BaseTools
diff options
context:
space:
mode:
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-09-12 06:59:05 +0000
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-09-12 06:59:05 +0000
commitef2b52786f95aba73ffede09d27d5fa2dd3a06ce (patch)
tree9a8bef553a88af62729562f44f3224d1e9291694 /BaseTools
parent8b9a49a44608c0bbc5846aad464621c3102d887f (diff)
downloadedk2-platforms-ef2b52786f95aba73ffede09d27d5fa2dd3a06ce.tar.xz
Added makefile as dependency for "Dynamic-Library-File" to solve the incremental build issue occurred when there's library changes.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3801 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools')
-rw-r--r--BaseTools/Conf/build_rule.template7
1 files changed, 6 insertions, 1 deletions
diff --git a/BaseTools/Conf/build_rule.template b/BaseTools/Conf/build_rule.template
index 6cc53a389f..4390270b4c 100644
--- a/BaseTools/Conf/build_rule.template
+++ b/BaseTools/Conf/build_rule.template
@@ -209,8 +209,13 @@
"$(DLINK)" -o ${dst} $(DLINK_FLAGS) -( $(DLINK_SPATH) $(LIBS) ${src} -)
[Build.Dynamic-Library-File]
- <InputFile>
+ <InputFile.MSFT, InputFile.INTEL>
+ ?.dll
+ Makefile
+
+ <InputFile.GCC>
?.dll
+ GnuMakefile
<OutputFile>
$(DEBUG_DIR)(+)$(MODULE_NAME).efi