comparison configure.sh @ 291:21d128939204

implemented build option to disable sleep
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 31 Aug 2017 06:01:10 +0000
parents 2bb8b1c11afc
children 6d1eac845d3e
comparison
equal deleted inserted replaced
290:8a23632ee0e0 291:21d128939204
42 if [ ! -f "configs/$CONFIG" ] 42 if [ ! -f "configs/$CONFIG" ]
43 then 43 then
44 echo "Error: configuration $CONFIG not known" 1>&2 44 echo "Error: configuration $CONFIG not known" 1>&2
45 exit 1 45 exit 1
46 fi 46 fi
47
48 DISABLE_SLEEP=0
47 49
48 . "targets/$TARGET.conf" 50 . "targets/$TARGET.conf"
49 51
50 BUILD_DIR="build-$TARGET-$CONFIG" 52 BUILD_DIR="build-$TARGET-$CONFIG"
51 USE_STR2IND=0 53 USE_STR2IND=0
146 } 148 }
147 149
148 # invoke the configuration recipe 150 # invoke the configuration recipe
149 151
150 export BUILD_DIR TARGET USE_STR2IND 152 export BUILD_DIR TARGET USE_STR2IND
153 export DISABLE_SLEEP
151 export INIT_blob 154 export INIT_blob
152 155
153 SUBDIR= 156 SUBDIR=
154 LIBS= 157 LIBS=
155 SPECIAL_LINK_LIBS= 158 SPECIAL_LINK_LIBS=