El Lunes, 10 de Abril de 2006 20:39, M.Canales.es escribió:

> Please Dan, can you corfirm if the next file, for example, is into your
> copied trees for iteration analisys?
>
> ../usr/include/sys/procfs.h
>
> I think that do_ica_files is skipping the full /usr/include/sys tree, and
> maybe others files that match $PRUNEPATH pattners.
>
> That will meant not proper iteration analisys until fix the code.

Look like I have that fixed for jhalfs changing the /tmp/prunelist creation to 
this:

for F in $1 ; do
  echo .${F} >> $TMP_FILE
done
 
Note the dot before ${F}


-- 
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.com
TLDP-ES:                           http://es.tldp.org
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to