Date: Mon, 20 Oct 2008 17:05:19 -0400 From: Eitan Adler <eitanadlerlist@gmail.com> To: freebsd-ports@freebsd.org Subject: Re: speed up ports install Message-ID: <48FCF28F.9070302@gmail.com> In-Reply-To: <20081019133934.GA77293@icarus.home.lan> References: <48FB344E.9040904@gmail.com> <20081019133934.GA77293@icarus.home.lan>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Here is the shell script I use (slightly modified as to remove my own stuff): I'm not very familiar with the BSD ports system. Is it possible to add this type of functionality right into /usr/ports/Mk/bsd....? #!/bin/sh if [ "$1" = "install" ]; then shift 1; newargs=""; for arg do newargs="$newargs $arg"; done make fetch-recursive & make install $newargs fi; -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkj88o8ACgkQtl8kq+nCzNGnsQCfaUkt2YL3WS36vNmByeRJItHq rtUAn06m+d+X6CnT9BrU9KuA7eIpfYHp =WAMd -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48FCF28F.9070302>