Quellcode durchsuchen

buildscript to do all the building cause screw that crap

tsdedhar vor 6 Jahren
Ursprung
Commit
e47bd9f15b
1 geänderte Dateien mit 10 neuen und 0 gelöschten Zeilen
  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