M.Canales.es wrote:
How that would look using "case"?
Probably something like this: if [ -z $CONFIG ] ; then case $i in kernel) continue ;; esac fi
The Makefile creation take less than 5 seconds on a slow machine using any of the jhalfs versions (the old one, the new one, the "case" based one, or the "regexp" based one.). I can't see a perfomance issue on that when the full build process could take several hours.
You're probably right. It probably doesn't matter a great deal. We can leave it as it is.
-- JH -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page