Explorar o código

buildscript to do all the building cause screw that crap

tsdedhar %!s(int64=6) %!d(string=hai) anos
pai
achega
e47bd9f15b
Modificáronse 1 ficheiros con 10 adicións e 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