view scripts/str2ind-test.sh @ 15:c8bdae60fcb1

changed the generation of *_version.c files to not break on make clean
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 27 Sep 2016 04:34:05 +0000
parents a3cab101e488
children
line wrap: on
line source

#!/bin/sh

BUILD_DIR=build-sb
GPRS=1
MMI=0
SRVC=1
USE_STR2IND=1

export BUILD_DIR GPRS MMI SRVC USE_STR2IND

exec scripts/mk-component.sh "$@"