Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (74c75de79b998c17e816d836f1d39a5f339ce1eb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (74c75de79b998c17e816d836f1d39a5f339ce1eb)
  • Date: Mon, 12 Feb 2007 12:24:18 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

utils/procps/BUILD | 1 +
utils/procps/HISTORY | 3 +++
2 files changed, 4 insertions(+)

New commits:
commit 74c75de79b998c17e816d836f1d39a5f339ce1eb
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

not installing /bin/kill of procps

diff --git a/utils/procps/BUILD b/utils/procps/BUILD
index 986b4dc..c596068 100755
--- a/utils/procps/BUILD
+++ b/utils/procps/BUILD
@@ -1,5 +1,6 @@
sedit "s/-O2/${CFLAGS}/" Makefile &&
sedit "s/^lib64 .*/lib64 := lib/" Makefile &&
sedit "s/-ffast-math//" Makefile &&
+sedit 's/\#\(SKIP := \$(bin)kill \$(man1)kill.1\)/\1/' Makefile &&
make_single &&
make -e XSCPT='' DESTDIR=${INSTALL_ROOT}
diff --git a/utils/procps/HISTORY b/utils/procps/HISTORY
index a0820be..caeb4bd 100644
--- a/utils/procps/HISTORY
+++ b/utils/procps/HISTORY
@@ -1,3 +1,6 @@
+2007-02-12 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: disable installation of /bin/kill (bug 13428)
+
2006-12-19 David Kowis <dkowis AT shlrm.org>
* BUILD: removed -ffast-math from the Makefile
Thanks to ruskie, sqweek for their assistance in tracking this down




Archive powered by MHonArc 2.6.24.

Top of Page