Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d6ef7152e2e3fc8017635d7f8162fe3fa33c06b9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d6ef7152e2e3fc8017635d7f8162fe3fa33c06b9)
  • Date: Wed, 15 Sep 2010 15:08:24 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

utils/dmidecode/HISTORY | 3 +++
utils/dmidecode/Makefile.patch | 11 +++++++++++
utils/dmidecode/PRE_BUILD | 3 +++
3 files changed, 17 insertions(+)

New commits:
commit d6ef7152e2e3fc8017635d7f8162fe3fa33c06b9
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

utils/dmidecode: added patch to fix broken Makefile

diff --git a/utils/dmidecode/HISTORY b/utils/dmidecode/HISTORY
index ab234d6..a86e63b 100644
--- a/utils/dmidecode/HISTORY
+++ b/utils/dmidecode/HISTORY
@@ -1,3 +1,6 @@
+2010-09-15 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * PRE_BUILD, Makefile.patch: fixed broken Makefile
+
2008-11-25 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.10

diff --git a/utils/dmidecode/Makefile.patch b/utils/dmidecode/Makefile.patch
new file mode 100644
index 0000000..9539e80
--- /dev/null
+++ b/utils/dmidecode/Makefile.patch
@@ -0,0 +1,11 @@
+--- dmidecode-2.10/Makefile.orig 2010-09-15 22:05:41.000000000 +0200
++++ dmidecode-2.10/Makefile 2010-09-15 22:05:45.000000000 +0200
+@@ -39,7 +39,7 @@
+ # BSD make doesn't understand the $(shell) syntax above, it wants the !=
+ # syntax below. GNU make ignores the line below so in the end both BSD
+ # make and GNU make are happy.
+-PROGRAMS != echo dmidecode ; test `uname -m 2>/dev/null` != ia64 && echo
biosdecode ownership vpddecode
++#PROGRAMS != echo dmidecode ; test `uname -m 2>/dev/null` != ia64 && echo
biosdecode ownership vpddecode
+
+ all : $(PROGRAMS)
+
diff --git a/utils/dmidecode/PRE_BUILD b/utils/dmidecode/PRE_BUILD
new file mode 100755
index 0000000..285170c
--- /dev/null
+++ b/utils/dmidecode/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+patch -p1 < $SCRIPT_DIRECTORY/Makefile.patch



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d6ef7152e2e3fc8017635d7f8162fe3fa33c06b9), Florian Franzmann, 09/15/2010

Archive powered by MHonArc 2.6.24.

Top of Page