summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-12-30 19:51:33 +0100
committerDaniel Baumann <daniel@debian.org>2012-12-30 19:51:33 +0100
commit8f06bcd738cb777bac31661985d361c31d37cb64 (patch)
treee9128f08a5839740040b9d257fc755b36dace490
parentd3f2b2c9c741f9d7be1268ebbd37072a3b6cc3ec (diff)
downloadvyos-live-build-8f06bcd738cb777bac31661985d361c31d37cb64.tar.gz
vyos-live-build-8f06bcd738cb777bac31661985d361c31d37cb64.zip
Dropping support for now unused includes feature in package lists.
-rwxr-xr-xfunctions/packagelists.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/functions/packagelists.sh b/functions/packagelists.sh
index aad1ea2d3..df58679a6 100755
--- a/functions/packagelists.sh
+++ b/functions/packagelists.sh
@@ -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