Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by Jaka Kranjc (6ed8f2c84f7a252396a91f99eeeeb4e8da71d61f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Jaka Kranjc (6ed8f2c84f7a252396a91f99eeeeb4e8da71d61f)
  • Date: Sat, 3 Jun 2006 13:14:56 -0500

GIT changes to test grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

libs/libelf/BUILD | 4 +++-
libs/libelf/INSTALL | 4 ++++
2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 6ed8f2c84f7a252396a91f99eeeeb4e8da71d61f
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

libelf: fixes for #12459, make single jobs

diff --git a/libs/libelf/BUILD b/libs/libelf/BUILD
index e23e3f5..b88dbef 100755
--- a/libs/libelf/BUILD
+++ b/libs/libelf/BUILD
@@ -3,4 +3,6 @@
--localstatedir=$INSTALL_ROOT/var \
--disable-debug \
$OPTS &&
- make
+make_single &&
+make &&
+make_normal
diff --git a/libs/libelf/INSTALL b/libs/libelf/INSTALL
new file mode 100755
index 0000000..1bdce60
--- /dev/null
+++ b/libs/libelf/INSTALL
@@ -0,0 +1,4 @@
+make_single &&
+default_install &&
+make_normal
+



  • [SM-Commit] GIT changes to test grimoire by Jaka Kranjc (6ed8f2c84f7a252396a91f99eeeeb4e8da71d61f), Jaka Kranjc, 06/03/2006

Archive powered by MHonArc 2.6.24.

Top of Page