* grub-core/genmod.sh.in: Remove ./ from TARGET_OBJ2ELF. Add quotes.
Based on patches from AROS.
This commit is contained in:
parent
0e8daad0bd
commit
affce7d417
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2013-09-23 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/genmod.sh.in: Remove ./ from TARGET_OBJ2ELF. Add quotes.
|
||||||
|
|
||||||
|
Based on patches from AROS.
|
||||||
|
|
||||||
2013-09-23 Vladimir Serbinenko <phcoder@gmail.com>
|
2013-09-23 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/Makefile.am: Override STRIP and RANLIB.
|
* grub-core/Makefile.am: Override STRIP and RANLIB.
|
||||||
|
|
|
@ -54,7 +54,7 @@ if test x@TARGET_APPLE_CC@ != x1; then
|
||||||
rm -f $t1 $t2
|
rm -f $t1 $t2
|
||||||
|
|
||||||
if ! test -z "${TARGET_OBJ2ELF}"; then
|
if ! test -z "${TARGET_OBJ2ELF}"; then
|
||||||
./${TARGET_OBJ2ELF} $tmpfile || exit 1
|
"${TARGET_OBJ2ELF}" $tmpfile || exit 1
|
||||||
fi
|
fi
|
||||||
if test x@platform@ != xemu; then
|
if test x@platform@ != xemu; then
|
||||||
@TARGET_STRIP@ --strip-unneeded \
|
@TARGET_STRIP@ --strip-unneeded \
|
||||||
|
|
Loading…
Reference in a new issue