projects
/
asterisk/asterisk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
forcing a dist-clean in the cleantest was a bad idea. Just change the script
[asterisk/asterisk.git]
/
build_tools
/
make_buildopts_h
1
#!/bin/sh
2
3
cat << END
4
/*
5
* buildopts.h
6
* Automatically generated
7
*/
8
9
END
10
TMP=`grep MENUSELECT_CFLAGS menuselect.makeopts | sed s/MENUSELECT_CFLAGS\=//g | sed s/-D//g`
11
for x in ${TMP}; do
12
echo "#define ${x}"
13
done