BaseTools: Fix build fail after clean or cleanall target.
Remove module AutoGenTimeStamp file during clean or cleanall. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Derek Lin <derek.lin2@hpe.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@ -386,7 +386,7 @@ ${END}
|
|||||||
#
|
#
|
||||||
clean:
|
clean:
|
||||||
\t${BEGIN}${clean_command}
|
\t${BEGIN}${clean_command}
|
||||||
\t${END}
|
\t${END}\t$(RM) AutoGenTimeStamp
|
||||||
|
|
||||||
#
|
#
|
||||||
# clean all generated files
|
# clean all generated files
|
||||||
@ -395,6 +395,7 @@ cleanall:
|
|||||||
${BEGIN}\t${cleanall_command}
|
${BEGIN}\t${cleanall_command}
|
||||||
${END}\t$(RM) *.pdb *.idb > NUL 2>&1
|
${END}\t$(RM) *.pdb *.idb > NUL 2>&1
|
||||||
\t$(RM) $(BIN_DIR)${separator}$(MODULE_NAME).efi
|
\t$(RM) $(BIN_DIR)${separator}$(MODULE_NAME).efi
|
||||||
|
\t$(RM) AutoGenTimeStamp
|
||||||
|
|
||||||
#
|
#
|
||||||
# clean all dependent libraries built
|
# clean all dependent libraries built
|
||||||
|
Reference in New Issue
Block a user