updates to development helper scripts to support new workflow

This commit is contained in:
Vern Paxson 2021-06-04 17:02:43 -07:00
parent e1dc3e7b08
commit e722607bd9
6 changed files with 18 additions and 33 deletions

View file

@ -1,7 +1,5 @@
#! /bin/sh
base=../../..
so=$base/src/script_opt/CPP
echo > $so/CPP-gen.cc
cd $base/build
cd ../../../build
echo >CPP-gen.cc
ninja || echo Non-embedded build failed