Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (0afd1a3ebd898ad3ca13094d54ba8755607f7dce)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (0afd1a3ebd898ad3ca13094d54ba8755607f7dce)
  • Date: Wed, 17 Aug 2011 18:54:26 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

disk/grub2/BUILD | 2 +-
disk/grub2/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 0afd1a3ebd898ad3ca13094d54ba8755607f7dce
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

grub2: BUILD added configure switch to disable -Werror

diff --git a/disk/grub2/BUILD b/disk/grub2/BUILD
index b8b4dd9..590633f 100755
--- a/disk/grub2/BUILD
+++ b/disk/grub2/BUILD
@@ -1,3 +1,3 @@
-OPTS="${OPTS} ${GRUB2_OPTS}" &&
+OPTS="${OPTS} ${GRUB2_OPTS} -disable-werror" &&
make_single &&
default_build
diff --git a/disk/grub2/HISTORY b/disk/grub2/HISTORY
index 702384e..66b290d 100644
--- a/disk/grub2/HISTORY
+++ b/disk/grub2/HISTORY
@@ -1,3 +1,6 @@
+2011-08-17 Robin Cook <rcook AT wyrms.net>
+ * BUILD: added configure switch to disable -Werror
+
2011-06-01 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: lvm disble -> disable
gettext disable -> enable for enable option



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (0afd1a3ebd898ad3ca13094d54ba8755607f7dce), Robin Cook, 08/17/2011

Archive powered by MHonArc 2.6.24.

Top of Page