Explorar o código

higher level build scripts

clementinecomputing %!s(int64=6) %!d(string=hai) anos
pai
achega
659a5301d6
Modificáronse 2 ficheiros con 16 adicións e 0 borrados
  1. 8 0
      busunit/gps/buildit_native.sh
  2. 8 0
      busunit/gps/buildit_viper.sh

+ 8 - 0
busunit/gps/buildit_native.sh

@@ -0,0 +1,8 @@
+#!/bin/sh
+
+target="native"
+
+. ../configure_target.sh.include
+
+./buildit.sh
+

+ 8 - 0
busunit/gps/buildit_viper.sh

@@ -0,0 +1,8 @@
+#!/bin/sh
+
+target="viper"
+
+. ../configure_target.sh.include
+
+./buildit.sh
+