Lines Matching refs:COMPANY
46 for COMPANY in asus broadcom qcom
48 echo Processing files from $COMPANY
50 FILEDIR=tmp/vendor/$COMPANY/$DEVICE/proprietary
53 case $COMPANY in
255 echo \ \ Setting up $COMPANY-specific makefiles
256 cp -R $COMPANY/staging/* tmp/vendor/$COMPANY/$DEVICE || echo \ \ \ \ Error copying makefiles
260 SCRIPT=extract-$COMPANY-$DEVICE.sh
262 cat $COMPANY/COPYRIGHT >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
264 cat $COMPANY/LICENSE >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
266 echo tail -n +$(expr 2 + $(cat PROLOGUE $COMPANY/COPYRIGHT PART1 $COMPANY/LICENSE PART2 PART3 | wc -l)) \$0 \| tar zxv >> tmp/$SCRIPT || echo \ \ \ \ Error generating script
270 ARCHIVE=$COMPANY-$DEVICE-$BUILD-$(md5sum < tmp/$SCRIPT | cut -b -8 | tr -d \\n).tgz