mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
Merge "core: AST_DEVMODE no longer affects ABI."
This commit is contained in:
@@ -14,7 +14,8 @@ END
|
||||
if ${GREP} "AST_DEVMODE" makeopts | ${GREP} -q "yes"
|
||||
then
|
||||
echo "#define AST_DEVMODE 1"
|
||||
BUILDOPTS="AST_DEVMODE"
|
||||
# AST_DEVMODE is no longer an API/ABI affecting option so it no longer
|
||||
# gets added to BUILDOPTS.
|
||||
fi
|
||||
|
||||
TMP=`${GREP} -e "^MENUSELECT_CFLAGS" menuselect.makeopts | sed 's/MENUSELECT_CFLAGS\=//g' | sed 's/-D//g'`
|
||||
|
Reference in New Issue
Block a user