Fix cleanall can't clean all genereated files. Now .i files generated by VfrCompile move to module out put dir and Platform_build.xml will be removed in cleanall. Also adjust some code format.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1321 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -649,7 +649,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
<fileset casesensitive="on" file="${DEST_DIR_DEBUG}/@{FILEPATH}/@{FILENAME}.c"/>
|
||||
</command>
|
||||
</cc>
|
||||
<delete file="${PLATFORM_DIR}/@{FILENAME}.i" />
|
||||
</sequential>
|
||||
</OnDependency>
|
||||
<!-- Since fileset can't scan file start with ./, remove ./ in previous. -->
|
||||
|
Reference in New Issue
Block a user