Author: pierre
Date: Fri Feb 9 01:24:55 2018
New Revision: 4045
Log:
Output some information during the cleaning phase in BLFS dependency engine
for the impatient
Modified:
jhalfs/trunk/BLFS/libs/func_dependencies
Modified: jhalfs/trunk/BLFS/libs/func_dependencies
==============================================================================
--- jhalfs/trunk/BLFS/libs/func_dependencies Mon Feb 5 13:46:36 2018
(r4044)
+++ jhalfs/trunk/BLFS/libs/func_dependencies Fri Feb 9 01:24:55 2018
(r4045)
@@ -249,6 +249,7 @@
for node in $(ls *.dep); do
if test $node = root.dep; then continue; fi
+ echo Cleaning $node
lines_to_remove=
{
while read prio_of_dep build_of_dep id_of_dep; do
@@ -264,6 +265,7 @@
done
for node in $(grep -l ' a ' *.dep); do
lines_to_remove=
+ echo Process "runtime" deps in $node
if ! [ -e ${node%.dep}groupxx.dep ]; then
b=0
for parent in $(grep -l ${node%.dep}\$ *); do
@@ -295,6 +297,7 @@
done
done
for node in $(grep -l ' f ' *); do
+ echo Process "first" deps in $node
lines_to_change=
{
while read prio_of_dep build_of_dep id_of_dep; do
--
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page