Created
February 23, 2018 10:42
-
-
Save pedrompcaetano/6521b1019914530467f7750a3346c125 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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