ports/core (2.3): autoconf: added -j1 make option, removed useless rm statement
28 Jul
2007
28 Jul
'07
8:03 a.m.
commit 6aa5de8884608a150a29b3edea938b8c3b6b8bac Author: Juergen Daubert <jue@jue.li> Date: Sat Jul 28 10:02:20 2007 +0200 autoconf: added -j1 make option, removed useless rm statement diff --git a/autoconf/Pkgfile b/autoconf/Pkgfile index cb1a123..6601065 100644 --- a/autoconf/Pkgfile +++ b/autoconf/Pkgfile @@ -10,7 +10,7 @@ source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) build () { cd $name-$version ./configure --prefix=/usr --mandir=$PKG/usr/man - make + make -j1 make prefix=$PKG/usr install - rm -rf $PKG/usr/share/info $PKG/usr/share/emacs + rm -r $PKG/usr/share/info }
6381
Age (days ago)
6381
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu