|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] x86/build: Remove leading space in xen.efi.S rule
commit 5838665ef12a03112a50bfc2d8e34884503a90a8
Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
AuthorDate: Fri Sep 11 21:16:01 2026 +0100
Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
CommitDate: Tue Sep 15 11:46:07 2026 +0200
x86/build: Remove leading space in xen.efi.S rule
It happens to be benign, but it causes emacs to ask:
Suspicious line 194. Save anyway? (y or n)
whenever saving the file.
Fixes: da944a72fdf4 ("x86: split xen-syms/xen.efi linking rules")
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
---
xen/arch/x86/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xen/arch/x86/Makefile b/xen/arch/x86/Makefile
index ee2573c2fb..8a205c3d27 100644
--- a/xen/arch/x86/Makefile
+++ b/xen/arch/x86/Makefile
@@ -191,7 +191,7 @@ ifeq ($(XEN_BUILD_PE),y)
.$(TARGET).efi.%s.S:
$(NM) -pa --format=sysv $< \
| $(objtree)/tools/symbols $(all_symbols) --sysv --sort \
- --source-name=$(TARGET).efi.S \
+ --source-name=$(TARGET).efi.S \
> $@
# See above for why $(note_file) needs removing here.
--
generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |