Manuel,
  An early attempt to extract targest and build scripts..

 G.

#!/bin/sh
#
# File: extract_targets.sh
#

source configuration
  #
  # ${!CONFIG_*} lists only/all variables beginning with CONFIG_
  #
  for target in ${!CONFIG_*}; do
    ./blfs-parser.sh ${target#CONFIG_} optDependency SUDO
  done

#-- end file
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to