瀏覽代碼

buildscript to do all the building cause screw that crap

tsdedhar 6 年之前
父節點
當前提交
e47bd9f15b
共有 1 個文件被更改,包括 10 次插入0 次删除
  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