summaryrefslogtreecommitdiff
path: root/gcj
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2007-05-25 21:10:41 +1000
committerDanny Rawlins <romster@shortcircuit.net.au>2007-05-25 22:38:00 +1000
commitcc0160f4c17144465d17db90354e8e4a41f10e7a (patch)
treece039f8164f37d8d0884c5223a1730e4f5f76b7e /gcj
parentb563c1845aa5a966320200b942e6cbe61baeaee7 (diff)
downloadcontrib-cc0160f4c17144465d17db90354e8e4a41f10e7a.tar.gz
contrib-cc0160f4c17144465d17db90354e8e4a41f10e7a.tar.xz
gcj: revert to make -j1
Diffstat (limited to 'gcj')
-rw-r--r--gcj/Pkgfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcj/Pkgfile b/gcj/Pkgfile
index 4bc8430f4..ae9b57a7b 100644
--- a/gcj/Pkgfile
+++ b/gcj/Pkgfile
@@ -35,8 +35,7 @@ build() {
make bootstrap
make check
- export MAKEFLAGS="$MAKEFLAGS -j1"
- make prefix=$PKG/usr install
+ make -j1 prefix=$PKG/usr install
ln -sf /usr/libexec/gcc/i686-pc-linux-gnu/$version/jc1 $PKG/usr/bin/jc1

Generated by cgit