Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (57f294e61d91725fccef17a83bc1660bbeda6ce6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (57f294e61d91725fccef17a83bc1660bbeda6ce6)
  • Date: Mon, 14 Jul 2008 11:06:51 -0500

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

devel/dev86/BUILD | 6 +++---
devel/dev86/HISTORY | 4 ++++
devel/dev86/PRE_BUILD | 5 +++++
devel/iasl/BUILD | 5 ++++-
devel/iasl/HISTORY | 3 +++
libs/xalan-c/BUILD | 9 ++++++---
libs/xalan-c/HISTORY | 3 +++
7 files changed, 28 insertions(+), 7 deletions(-)

New commits:
commit 438630dc82df53d0fe3d432125f05e1173f35f00
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

xalan-c: Force single-job build, won't compile otherwise.

commit 274fa538c1df76a40292fdee9cc31a4aae918990
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

iasl: Force single-job build, doesn't compile otherwise.

commit cbf6c6c5e12e5b1aa737e7eba719ed2215f7452d
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

dev86: Force single-job build, doesn't compile otherwise.

diff --git a/devel/dev86/BUILD b/devel/dev86/BUILD
index 182870d..6711c04 100755
--- a/devel/dev86/BUILD
+++ b/devel/dev86/BUILD
@@ -1,3 +1,3 @@
-sedit "s/-O2/$CFLAGS/" Makefile &&
-sedit "s|/man/|/share/man/|" Makefile &&
-make -k
+make_single &&
+make -k &&
+make_normal
diff --git a/devel/dev86/HISTORY b/devel/dev86/HISTORY
index f8843ab..2d9187d 100644
--- a/devel/dev86/HISTORY
+++ b/devel/dev86/HISTORY
@@ -1,3 +1,7 @@
+2008-07-14 Juuso Alasuutari <iuso AT sourcemage.org>
+ * BUILD: Forced single-job build, removed sedits.
+ * PRE_BUILD: Added, moved sedits here.
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/devel/dev86/PRE_BUILD b/devel/dev86/PRE_BUILD
new file mode 100755
index 0000000..ccf3173
--- /dev/null
+++ b/devel/dev86/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sed -i "s|-O2|$CFLAGS|" Makefile &&
+sed -i "s|/man/|/share/man/|" Makefile
diff --git a/devel/iasl/BUILD b/devel/iasl/BUILD
index ccd8735..f798026 100755
--- a/devel/iasl/BUILD
+++ b/devel/iasl/BUILD
@@ -1,2 +1,5 @@
cd compiler &&
-make
+
+make_single &&
+make &&
+make_normal
diff --git a/devel/iasl/HISTORY b/devel/iasl/HISTORY
index a3e14cb..d90f04f 100644
--- a/devel/iasl/HISTORY
+++ b/devel/iasl/HISTORY
@@ -1,3 +1,6 @@
+2008-07-14 Juuso Alasuutari <iuso AT sourcemage.org>
+ * BUILD: Force single-job build.
+
2007-05-30 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS, BUILD, INSTALL: created this spell, version 20061109

diff --git a/libs/xalan-c/BUILD b/libs/xalan-c/BUILD
index 8bad84b..d4370d4 100755
--- a/libs/xalan-c/BUILD
+++ b/libs/xalan-c/BUILD
@@ -1,5 +1,8 @@
cd c &&

-export XALANCROOT=$SOURCE_DIRECTORY/c &&
-./runConfigure -p linux -c gcc -P /usr &&
-make
+export XALANCROOT="$SOURCE_DIRECTORY/c" &&
+./runConfigure -p linux -c gcc -P /usr &&
+
+make_single &&
+make &&
+make_normal
diff --git a/libs/xalan-c/HISTORY b/libs/xalan-c/HISTORY
index 69bd90b..da1f307 100644
--- a/libs/xalan-c/HISTORY
+++ b/libs/xalan-c/HISTORY
@@ -1,3 +1,6 @@
+2008-07-14 Juuso Alasuutari <iuso AT sourcemage.org>
+ * BUILD: Force single-job build.
+
2008-04-26 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Apply gcc43.patch
* gcc43.patch: Fix compilation with GCC 4.3.0



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (57f294e61d91725fccef17a83bc1660bbeda6ce6), Juuso Alasuutari, 07/14/2008

Archive powered by MHonArc 2.6.24.

Top of Page