Explorar el Código

buildscript to do all the building cause screw that crap

tsdedhar hace 6 años
padre
commit
e47bd9f15b
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      buildscript.sh

+ 10 - 0
buildscript.sh

@@ -0,0 +1,10 @@
+#!/bin/bash
+set -eu
+topdir=$(pwd)
+cd ./kern/compile/ASST$1
+bmake depend
+bmake
+bmake install
+cd $topdir
+bmake
+bmake install