Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (fa760e28e18f324f6b382c231a84100a92909005)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (fa760e28e18f324f6b382c231a84100a92909005)
  • Date: Wed, 23 Nov 2016 19:27:14 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

disk/grub2/BUILD | 2 +-
disk/grub2/HISTORY | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit fa760e28e18f324f6b382c231a84100a92909005
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

grub2: --target is not for GRUB, but configure. Remove

diff --git a/disk/grub2/BUILD b/disk/grub2/BUILD
index d764bdd..2e88569 100755
--- a/disk/grub2/BUILD
+++ b/disk/grub2/BUILD
@@ -1,5 +1,5 @@
OPTS="${OPTS} ${GRUB2_OPTS} -disable-werror" &&
-OPTS="$OPTS --with-platform=${GRUB2_PLATFORM/*-}
--target=${GRUB2_PLATFORM%-*}" &&
+OPTS="$OPTS --with-platform=${GRUB2_PLATFORM/*-}" &&
CFLAGS=${CFLAGS//-m64/} &&
CFLAGS=$(echo ${CFLAGS} | sed -r "s;-O([0-9]|fast);-Os;g") &&
LDFLAGS=${LDFLAGS//-s /} &&
diff --git a/disk/grub2/HISTORY b/disk/grub2/HISTORY
index 077a044..a727dd1 100644
--- a/disk/grub2/HISTORY
+++ b/disk/grub2/HISTORY
@@ -1,7 +1,7 @@
2016-11-23 Eric Sandall <sandalle AT sourcemage.org>
* CONFIGURE: Match {target-cpu}-{target-platform} ./configure syntax.
Disable efiemu on EFI platforms.
- * BUILD: Specify target platform and target CPU.
+ * BUILD: Specify target platform.

2016-03-02 Remko van der Vossen <wich AT sourcemage.org>
* PREPARE, DETAILS, DEPENDS, PRE_BUILD:



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (fa760e28e18f324f6b382c231a84100a92909005), Eric Sandall, 11/23/2016

Archive powered by MHonArc 2.6.24.

Top of Page