summaryrefslogtreecommitdiff
path: root/dev86/Pkgfile
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@users.sourceforge.net>2008-03-17 01:55:54 +0100
committerJose V Beneyto <sepen@users.sourceforge.net>2008-03-17 01:55:54 +0100
commit367422239dd170d4965277f6cc60d3148fb79214 (patch)
tree1d8200bd9c462aefc0ba1860b5151f1b8bd79403 /dev86/Pkgfile
parent93ad018c9dbb20d210b59b8146f40a6e42f76284 (diff)
downloadcontrib-367422239dd170d4965277f6cc60d3148fb79214.tar.gz
contrib-367422239dd170d4965277f6cc60d3148fb79214.tar.xz
dev86: Added -j1 to make command. (thanks to Romster) -2step-
Diffstat (limited to 'dev86/Pkgfile')
-rw-r--r--dev86/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev86/Pkgfile b/dev86/Pkgfile
index 7f7ff80c8..6213e27a0 100644
--- a/dev86/Pkgfile
+++ b/dev86/Pkgfile
@@ -14,7 +14,7 @@ build() {
cd $name-$version
patch -p0 < $SRC/dev86-pic.patch
echo quit | make -j1 PREFIX=/usr
- make install-all DIST=$PKG
+ make install-all -j1 DIST=$PKG
rm -f $PKG/usr/bin/{as,ld,nm,objdump,size}86
rm -f $PKG/usr/man/man1/{as,ld}86.1
}

Generated by cgit