|
|
f725e3 |
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
|
f725e3 |
From: Andrei Borzenkov <arvidjaar@gmail.com>
|
|
|
f725e3 |
Date: Fri, 1 Jan 2016 11:13:54 +0300
|
|
|
f725e3 |
Subject: [PATCH] Add missing BUILD_EXEEXT
|
|
|
f725e3 |
|
|
|
f725e3 |
---
|
|
|
f725e3 |
Makefile.am | 45 +++++++++++++++++++++++++--------------------
|
|
|
f725e3 |
grub-core/Makefile.am | 2 +-
|
|
|
f725e3 |
grub-core/genmod.sh.in | 2 +-
|
|
|
f725e3 |
3 files changed, 27 insertions(+), 22 deletions(-)
|
|
|
f725e3 |
|
|
|
f725e3 |
diff --git a/Makefile.am b/Makefile.am
|
|
|
f725e3 |
index f02ae0a393c..335a268ea9f 100644
|
|
|
f725e3 |
--- a/Makefile.am
|
|
|
f725e3 |
+++ b/Makefile.am
|
|
|
f725e3 |
@@ -85,16 +85,21 @@ CLEANFILES += build-grub-gen-widthspec$(BUILD_EXEEXT)
|
|
|
f725e3 |
|
|
|
f725e3 |
if COND_STARFIELD
|
|
|
f725e3 |
starfield_DATA = dejavu_10.pf2 dejavu_12.pf2 dejavu_bold_14.pf2 dejavu_14.pf2 dejavu_16.pf2 $(starfield_theme_files)
|
|
|
f725e3 |
-dejavu_10.pf2: $(DJVU_FONT_SOURCE) build-grub-mkfont
|
|
|
f725e3 |
- ./build-grub-mkfont -s 10 -o $@ $(DJVU_FONT_SOURCE)
|
|
|
f725e3 |
-dejavu_12.pf2: $(DJVU_FONT_SOURCE) build-grub-mkfont
|
|
|
f725e3 |
- ./build-grub-mkfont -s 12 -o $@ $(DJVU_FONT_SOURCE)
|
|
|
f725e3 |
-dejavu_14.pf2: $(DJVU_FONT_SOURCE) build-grub-mkfont
|
|
|
f725e3 |
- ./build-grub-mkfont -s 14 -o $@ $(DJVU_FONT_SOURCE)
|
|
|
f725e3 |
-dejavu_bold_14.pf2: $(DJVU_FONT_SOURCE) build-grub-mkfont
|
|
|
f725e3 |
- ./build-grub-mkfont -b -s 14 -o $@ $(DJVU_FONT_SOURCE)
|
|
|
f725e3 |
-dejavu_16.pf2: $(DJVU_FONT_SOURCE) build-grub-mkfont
|
|
|
f725e3 |
- ./build-grub-mkfont -s 16 -o $@ $(DJVU_FONT_SOURCE)
|
|
|
f725e3 |
+dejavu_10.pf2: $(DJVU_FONT_SOURCE) build-grub-mkfont$(BUILD_EXEEXT)
|
|
|
f725e3 |
+ ./build-grub-mkfont$(BUILD_EXEEXT) -s 10 -o $@ $(DJVU_FONT_SOURCE)
|
|
|
f725e3 |
+CLEANFILES += dejavu_10.pf2
|
|
|
f725e3 |
+dejavu_12.pf2: $(DJVU_FONT_SOURCE) build-grub-mkfont$(BUILD_EXEEXT)
|
|
|
f725e3 |
+ ./build-grub-mkfont$(BUILD_EXEEXT) -s 12 -o $@ $(DJVU_FONT_SOURCE)
|
|
|
f725e3 |
+CLEANFILES += dejavu_12.pf2
|
|
|
f725e3 |
+dejavu_14.pf2: $(DJVU_FONT_SOURCE) build-grub-mkfont$(BUILD_EXEEXT)
|
|
|
f725e3 |
+ ./build-grub-mkfont$(BUILD_EXEEXT) -s 14 -o $@ $(DJVU_FONT_SOURCE)
|
|
|
f725e3 |
+CLEANFILES += dejavu_14.pf2
|
|
|
f725e3 |
+dejavu_bold_14.pf2: $(DJVU_FONT_SOURCE) build-grub-mkfont$(BUILD_EXEEXT)
|
|
|
f725e3 |
+ ./build-grub-mkfont$(BUILD_EXEEXT) -b -s 14 -o $@ $(DJVU_FONT_SOURCE)
|
|
|
f725e3 |
+CLEANFILES += dejavu_bold_14.pf2
|
|
|
f725e3 |
+dejavu_16.pf2: $(DJVU_FONT_SOURCE) build-grub-mkfont$(BUILD_EXEEXT)
|
|
|
f725e3 |
+ ./build-grub-mkfont$(BUILD_EXEEXT) -s 16 -o $@ $(DJVU_FONT_SOURCE)
|
|
|
f725e3 |
+CLEANFILES += dejavu_16.pf2
|
|
|
f725e3 |
else
|
|
|
f725e3 |
starfield_DATA =
|
|
|
f725e3 |
endif
|
|
|
f725e3 |
@@ -102,28 +107,28 @@ endif
|
|
|
f725e3 |
EXTRA_DIST += $(starfield_theme_files)
|
|
|
f725e3 |
EXTRA_DIST += $(srcdir)/themes/starfield/src/slider_s.xcf $(srcdir)/themes/starfield/src/slider_n.xcf $(srcdir)/themes/starfield/src/slider_c.xcf $(srcdir)/themes/starfield/src/blob_nw.xcf $(srcdir)/themes/starfield/src/bootmenu/center.xcf $(srcdir)/themes/starfield/src/bootmenu/corner.xcf $(srcdir)/themes/starfield/src/bootmenu/side.xcf $(srcdir)/themes/starfield/src/terminalbox/side.xcf $(srcdir)/themes/starfield/src/terminalbox/corner.xcf $(srcdir)/themes/starfield/src/terminalbox/center.xcf
|
|
|
f725e3 |
|
|
|
f725e3 |
-unicode.pf2: $(FONT_SOURCE) build-grub-mkfont
|
|
|
f725e3 |
- ./build-grub-mkfont -o $@ $(FONT_SOURCE) || (rm -f $@; exit 1)
|
|
|
f725e3 |
+unicode.pf2: $(FONT_SOURCE) build-grub-mkfont$(BUILD_EXEEXT)
|
|
|
f725e3 |
+ ./build-grub-mkfont$(BUILD_EXEEXT) -o $@ $(FONT_SOURCE) || (rm -f $@; exit 1)
|
|
|
f725e3 |
CLEANFILES += unicode.pf2
|
|
|
f725e3 |
|
|
|
f725e3 |
# Arrows and lines are needed to draw the menu, so always include them
|
|
|
f725e3 |
UNICODE_ARROWS=0x2190-0x2193
|
|
|
f725e3 |
UNICODE_LINES=0x2501-0x251B
|
|
|
f725e3 |
|
|
|
f725e3 |
-ascii.pf2: $(FONT_SOURCE) build-grub-mkfont
|
|
|
f725e3 |
- ./build-grub-mkfont -o $@ $(FONT_SOURCE) -r 0x0-0x7f,$(UNICODE_ARROWS),$(UNICODE_LINES) || (rm -f $@; exit 1)
|
|
|
f725e3 |
+ascii.pf2: $(FONT_SOURCE) build-grub-mkfont$(BUILD_EXEEXT)
|
|
|
f725e3 |
+ ./build-grub-mkfont$(BUILD_EXEEXT) -o $@ $(FONT_SOURCE) -r 0x0-0x7f,$(UNICODE_ARROWS),$(UNICODE_LINES) || (rm -f $@; exit 1)
|
|
|
f725e3 |
CLEANFILES += ascii.pf2
|
|
|
f725e3 |
|
|
|
f725e3 |
-euro.pf2: $(FONT_SOURCE) build-grub-mkfont
|
|
|
f725e3 |
- ./build-grub-mkfont -o $@ $(FONT_SOURCE) -r 0x0-0x4ff,0x1e00-0x1fff,$(UNICODE_ARROWS),$(UNICODE_LINES) || (rm -f $@; exit 1)
|
|
|
f725e3 |
+euro.pf2: $(FONT_SOURCE) build-grub-mkfont$(BUILD_EXEEXT)
|
|
|
f725e3 |
+ ./build-grub-mkfont$(BUILD_EXEEXT) -o $@ $(FONT_SOURCE) -r 0x0-0x4ff,0x1e00-0x1fff,$(UNICODE_ARROWS),$(UNICODE_LINES) || (rm -f $@; exit 1)
|
|
|
f725e3 |
CLEANFILES += euro.pf2
|
|
|
f725e3 |
|
|
|
f725e3 |
-ascii.h: $(FONT_SOURCE) build-grub-gen-asciih
|
|
|
f725e3 |
- ./build-grub-gen-asciih $(FONT_SOURCE) $@ || (rm -f $@; exit 1)
|
|
|
f725e3 |
+ascii.h: $(FONT_SOURCE) build-grub-gen-asciih$(BUILD_EXEEXT)
|
|
|
f725e3 |
+ ./build-grub-gen-asciih$(BUILD_EXEEXT) $(FONT_SOURCE) $@ || (rm -f $@; exit 1)
|
|
|
f725e3 |
CLEANFILES += ascii.h
|
|
|
f725e3 |
|
|
|
f725e3 |
-widthspec.h: $(FONT_SOURCE) build-grub-gen-widthspec
|
|
|
f725e3 |
- ./build-grub-gen-widthspec $(FONT_SOURCE) $@ || (rm -f $@; exit 1)
|
|
|
f725e3 |
+widthspec.h: $(FONT_SOURCE) build-grub-gen-widthspec$(BUILD_EXEEXT)
|
|
|
f725e3 |
+ ./build-grub-gen-widthspec$(BUILD_EXEEXT) $(FONT_SOURCE) $@ || (rm -f $@; exit 1)
|
|
|
f725e3 |
CLEANFILES += widthspec.h
|
|
|
f725e3 |
|
|
|
f725e3 |
# Install config.h into platformdir
|
|
|
f725e3 |
diff --git a/grub-core/Makefile.am b/grub-core/Makefile.am
|
|
|
f725e3 |
index 77205f16358..59a00f11fab 100644
|
|
|
f725e3 |
--- a/grub-core/Makefile.am
|
|
|
f725e3 |
+++ b/grub-core/Makefile.am
|
|
|
f725e3 |
@@ -391,7 +391,7 @@ moddep.lst: syminfo.lst genmoddep.awk video.lst
|
|
|
f725e3 |
platform_DATA += moddep.lst
|
|
|
f725e3 |
CLEANFILES += config.log syminfo.lst moddep.lst
|
|
|
f725e3 |
|
|
|
f725e3 |
-$(MOD_FILES): %.mod : genmod.sh moddep.lst %.module$(EXEEXT) build-grub-module-verifier
|
|
|
f725e3 |
+$(MOD_FILES): %.mod : genmod.sh moddep.lst %.module$(EXEEXT) build-grub-module-verifier$(BUILD_EXEEXT)
|
|
|
f725e3 |
TARGET_OBJ2ELF=@TARGET_OBJ2ELF@ sh $^ $@
|
|
|
f725e3 |
platform_DATA += $(MOD_FILES)
|
|
|
f725e3 |
platform_DATA += modinfo.sh
|
|
|
f725e3 |
diff --git a/grub-core/genmod.sh.in b/grub-core/genmod.sh.in
|
|
|
f725e3 |
index ca2e59d5c42..045817b1534 100644
|
|
|
f725e3 |
--- a/grub-core/genmod.sh.in
|
|
|
f725e3 |
+++ b/grub-core/genmod.sh.in
|
|
|
f725e3 |
@@ -94,6 +94,6 @@ else
|
|
|
f725e3 |
rm -f $tmpfile.bin
|
|
|
f725e3 |
fi
|
|
|
f725e3 |
if test x@platform@ != xemu; then
|
|
|
f725e3 |
- ./build-grub-module-verifier $tmpfile @target_cpu@
|
|
|
f725e3 |
+ ./build-grub-module-verifier@BUILD_EXEEXT@ $tmpfile @target_cpu@
|
|
|
f725e3 |
fi
|
|
|
f725e3 |
mv $tmpfile $outfile
|