[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] fix EFI part of "symbols: Generate an xen-sym.map"
>>> On 08.09.16 at 18:21, <konrad.wilk@xxxxxxxxxx> wrote: > On Thu, Sep 08, 2016 at 06:45:36AM -0600, Jan Beulich wrote: >> Commit 6ea24e53f1 introduced two problems: It left out a semicolon and >> typo-ed the source file name of the EFI map file install command. > > <sigh> I really need Fedora to start building ld with PE support. >> >> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> > > Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> >> >> --- a/xen/Makefile >> +++ b/xen/Makefile >> @@ -67,7 +67,7 @@ _install: $(TARGET)$(CONFIG_XEN_INSTALL_ >> if [ -r $(TARGET).efi -a -n '$(EFI_DIR)' ]; then \ >> [ -d $(D)$(EFI_DIR) ] || $(INSTALL_DIR) $(D)$(EFI_DIR); \ >> $(INSTALL_DATA) $(TARGET).efi >> $(D)$(EFI_DIR)/$(T)-$(XEN_FULLVERSION).efi; \ >> - $(INSTALL_DATA) $(TARGET)-efi.map >> $(D)$(DEBUG_DIR)/$(T)-$(XEN_FULLVERSION).efi.map \ >> + $(INSTALL_DATA) $(TARGET).efi.map >> $(D)$(DEBUG_DIR)/$(T)-$(XEN_FULLVERSION).efi.map; \ Sadly this has further fallout: The file being installed here does not exist in an ARM64 build. Can you please invent a fix for that? Thanks, Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |