Преглед на файлове

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