diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-11 11:33:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-04-11 11:33:38 +0000 |
commit | b88fea571b072924081d757e9a88088b4836887b (patch) | |
tree | 1c0bb7b040acc823c81eed0634c7a2e13db40301 /Tools/portbuild/scripts/makerestr | |
parent | 0c02d135ff4849dcedfc913e672531f8285ae937 (diff) | |
download | ports-b88fea571b072924081d757e9a88088b4836887b.tar.gz ports-b88fea571b072924081d757e9a88088b4836887b.zip |
Notes
Diffstat (limited to 'Tools/portbuild/scripts/makerestr')
-rwxr-xr-x | Tools/portbuild/scripts/makerestr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/makerestr b/Tools/portbuild/scripts/makerestr index adcc2a9a4511..7e575f2387c6 100755 --- a/Tools/portbuild/scripts/makerestr +++ b/Tools/portbuild/scripts/makerestr @@ -28,7 +28,7 @@ unset DISPLAY export PACKAGE_BUILDING=1 cd ${PORTSDIR} -make ECHO_MSG=/usr/bin/true clean-restricted-list \ +make -j4 ECHO_MSG=/usr/bin/true clean-restricted-list \ | sed -e "s./usr/ports/packages/.${pb}/${arch}/${branch}/packages/.g" \ -e "s./usr/ports/.${pb}/${arch}/${branch}/ports/.g" \ > ${pb}/${arch}/${branch}/restricted.sh |