Created
February 16, 2018 09:05
-
-
Save tuxillo/e699c612ef60a7b4696890909775bf5d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#! /bin/sh | |
# export COPTFLAGS="-O0 -g" | |
cd ~/build/s/dragonfly | |
env MAKEOBJDIRPREFIX=/build/home/tuxillo/obj make -j20 buildworld > /build/home/tuxillo/world.log 2>&1 | |
#env MAKEOBJDIRPREFIX=/build/home/tuxillo/obj make -j20 buildkernel KERNCONF=VKERNEL64 > /build/home/tuxillo/kern.log 2>&1 | |
#env MAKEOBJDIRPREFIX=/build/home/tuxillo/obj make -j8 buildkernel KERNCONF=GENERIC > /build/home/tuxillo/kern.log 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment