summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2007-12-01 01:31:53 -0800
committerEric Sandall2007-12-01 01:36:16 -0800
commit35ad9d1889fe5b8d0c75db6bccad48c1f3ccbb23 (patch)
treeecb7738458c02f2230c19c70c4486835cac249ba
parent7859c9d086db5be7372deb88aea63d6f68bbc31d (diff)
gpm: Fails to compile with multiple make jobs
-rwxr-xr-xutils/gpm/BUILD4
-rw-r--r--utils/gpm/HISTORY1
2 files changed, 4 insertions, 1 deletions
diff --git a/utils/gpm/BUILD b/utils/gpm/BUILD
index ab13ac0d90..ddd570ee17 100755
--- a/utils/gpm/BUILD
+++ b/utils/gpm/BUILD
@@ -8,4 +8,6 @@ LDFLAGS="$LDFLAGS -lm" &&
--infodir=${TRACK_ROOT}/usr/share/info \
$OPTS &&
sedit "s/src doc contrib/src contrib/" Makefile &&
-make
+make_single &&
+make &&
+make_normal
diff --git a/utils/gpm/HISTORY b/utils/gpm/HISTORY
index 8a8a29d7a7..8ea024e7b0 100644
--- a/utils/gpm/HISTORY
+++ b/utils/gpm/HISTORY
@@ -1,6 +1,7 @@
2007-12-01 Eric Sandall <sandalle@sourcemage.org>
* PRE_BUILD: Apply gpm-OPEN_MAX-1.patch and gpm-OPEN_MAX-2.patch
(Bug #14109)
+ * BUILD: Fails to compile with multiple make jobs
* gpm-OPEN_MAX-1.patch: Patch from P. Berens to fix Bug #14109
* gpm-OPEN_MAX-2.patch: Patch from P. Berens to fix Bug #14109