Removed unused, unneeded, Lineo-specific script.
This commit is contained in:
parent
744b064a34
commit
55787401ea
23
define.sh
23
define.sh
@ -1,23 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
# define.sh - creates an include file full of #defines
|
|
||||||
#
|
|
||||||
# SYNOPSIS
|
|
||||||
#
|
|
||||||
# define.sh POSIX_ME_HARDER ...
|
|
||||||
#
|
|
||||||
# <GPL>
|
|
||||||
|
|
||||||
for i ; do
|
|
||||||
case $1 in
|
|
||||||
!!*!!)
|
|
||||||
echo "// #define" `echo $1 | sed 's/^!!\(.*\)!!$/\1/'`
|
|
||||||
shift
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
echo "#define $1"
|
|
||||||
shift
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
done
|
|
||||||
|
|
||||||
# </GPL>
|
|
Loading…
Reference in New Issue
Block a user