El Martes, 15 de Agosto de 2006 20:15, George Boudreau escribió:
> #!/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
Remember that the current aConfig.in set SUDO=y by default, but if unselected
SUDO is not set.
Also, I can't see wy someone would to select more than one target at a time.
Maybe we should to add a check to allow only one target on each make run.
--
Manuel Canales Esparcia
Usuario de LFS nº2886: http://www.linuxfromscratch.org
LFS en castellano: http://www.escomposlinux.org/lfs-es http://www.lfs-es.info
TLDP-ES: http://es.tldp.org
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page