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

Florian Franzmann scm at sourcemage.org
Wed Sep 15 16:08:24 EDT 2010


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



More information about the SM-Commit mailing list