Reduced FreeBSD build from -j8 to -j4.
1 parent a42c592 commit 624336478368a361c81386e3ed003d03fce32275
@tundra tundra authored on 10 Sep 2014
Showing 1 changed file
View
4
sysupd
#!/bin/sh
# Update Various System Files, Ports, etc.
# Copyright (c) 2006-2013, TundraWare Inc, Des Plaines, IL USA
# All Rights Reserved
# $Id: sysupd,v 1.146 2013/09/15 16:20:06 tundra Exp $
# $Id: sysupd,v 1.147 2014/09/10 22:41:33 tundra Exp $
 
 
#####
# Where To Put The Various Log Files Generated Here
 
freebsd_sys)
rm -f $LOGDIR/sysupd-${SET}.log # Only keep latest run log
cd /usr/src
runupd $SET $LOGDIR "make -j8 buildworld buildkernel"
runupd $SET $LOGDIR "make -j4 buildworld buildkernel"
;;
 
 
###