Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bump up number of times userland is rebuild Build userland 100 times instead of 1 time, all but guaranteeing that this will cook my iMac. |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | e1b8554859ffe478594e0b7df7ac1b45f19a8787 |
User & Date: | cfuhrman 2016-06-03 20:30:45 |
Context
2016-06-08
| ||
04:49 | Bump MAKE_JOBS, USERLAND_COUNT check-in: bd7f58caad user: cfuhrman tags: trunk | |
2016-06-03
| ||
20:30 | Bump up number of times userland is rebuild Build userland 100 times instead of 1 time, all but guaranteeing that this will cook my iMac. check-in: e1b8554859 user: cfuhrman tags: trunk | |
2016-06-02
| ||
05:34 | Initial entry of script meant to cook iMac Since my iMac is overheating, write a script that will surely cause it to overheat whilst in the Apple Store. check-in: 650e8c59b1 user: cfuhrman tags: trunk | |
Changes
Changes to util/cook-imac.sh.
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
MACHINE_ARCH=amd64 OBJDIR=$HOME/tmp/obj MAKE_JOBS=4 DESTDIR=$HOME/tmp/dest.${MACHINE_ARCH} RELEASEDIR=$HOME/tmp/releasesrc.${MACHINE_ARCH} USERCOUNTER=0 USETOOLS=yes USERLAND_COUNT=1 echo "==> Welcome to cook-imac.sh" mkdir -p ~/dev/ mkdir -p $HOME/tmp/ cd ~/dev/ |
| |
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
MACHINE_ARCH=amd64
OBJDIR=$HOME/tmp/obj
MAKE_JOBS=4
DESTDIR=$HOME/tmp/dest.${MACHINE_ARCH}
RELEASEDIR=$HOME/tmp/releasesrc.${MACHINE_ARCH}
USERCOUNTER=0
USETOOLS=yes
USERLAND_COUNT=100
echo "==> Welcome to cook-imac.sh"
mkdir -p ~/dev/
mkdir -p $HOME/tmp/
cd ~/dev/
|