X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FConf%2Fbuild_rule.template;fp=BaseTools%2FConf%2Fbuild_rule.template;h=760bfae812969dcef801bfed6f4f6a0896245b0f;hp=2a53d7ed63f9cfed4df812b917179fe8f32ca7f7;hb=fb0b35e05f772bd415fe264267bbbcde2e0accda;hpb=325ad6226099d276564a65cdef012de0ff45ba8e diff --git a/BaseTools/Conf/build_rule.template b/BaseTools/Conf/build_rule.template index 2a53d7ed63..760bfae812 100755 --- a/BaseTools/Conf/build_rule.template +++ b/BaseTools/Conf/build_rule.template @@ -63,7 +63,7 @@ # $(FV_DIR) Directory to store flash image files # $(INC) Search path of current module # $(NASM_INC) Search nasm file path of current module -# $(INC_LIST) A file containing search pathes of current module +# $(INC_LIST) A file containing search paths of current module # $(LIBS) Static library files of current module # $(_FLAGS) Tools flags of current module # $(MODULE_NAME) Current module name @@ -379,7 +379,7 @@ $(OBJCOPY) --strip-unneeded -R .eh_frame ${src} # - #The below 2 lines are only needed for UNIXGCC tool chain, which genereates PE image directly + #The below 2 lines are only needed for UNIXGCC tool chain, which generates PE image directly # -$(OBJCOPY) $(OBJCOPY_ADDDEBUGFLAG) ${src} -$(CP) $(DEBUG_DIR)(+)$(MODULE_NAME).debug $(BIN_DIR)(+)$(MODULE_NAME_GUID).debug