Dropping support for now unused includes feature in package lists.

This commit is contained in:
Daniel Baumann 2012-12-30 19:51:33 +01:00
parent d3f2b2c9c7
commit 8f06bcd738
1 changed files with 0 additions and 16 deletions

View File

@ -107,22 +107,6 @@ Expand_packagelist ()
_LB_ENABLED=1
;;
\#*)
if [ ${_LB_ENABLED} -ne 1 ]
then
continue
fi
# Find includes
_LB_INCLUDES="$(echo "${_LB_LINE}" | sed -n \
-e 's|^#<include> \([^ ]*\)|\1|gp' \
-e 's|^#include <\([^ ]*\)>|\1|gp')"
# Add to queue
_LB_EXPAND_QUEUE="$(echo ${_LB_EXPAND_QUEUE} ${_LB_INCLUDES} |
sed -e 's|[ ]*$||' -e 's|^[ ]*||')"
;;
*)
if [ ${_LB_ENABLED} -eq 1 ]
then