Skip to content

Instantly share code, notes, and snippets.

@pedrompcaetano
Created February 23, 2018 10:42
Show Gist options
  • Save pedrompcaetano/6521b1019914530467f7750a3346c125 to your computer and use it in GitHub Desktop.
Save pedrompcaetano/6521b1019914530467f7750a3346c125 to your computer and use it in GitHub Desktop.
pcaetano@builder $ > cat mkk.sh
#!/bin/ksh
export DESTDIR=/dest/
export RELEASEDIR=/usr/rel
cd /sys/arch/$(machine)/compile/GENERIC.MP
make clean
make obj
make config
make -j8 && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment