Author: pierre
Date: Wed Apr 8 01:37:54 2020
New Revision: 4154
Log:
Run "Cleaning up" page in ICA iterations too: it allows to remove .la and some
.a
files
Modified:
jhalfs/trunk/LFS/master.sh
Modified: jhalfs/trunk/LFS/master.sh
==============================================================================
--- jhalfs/trunk/LFS/master.sh Tue Apr 7 10:08:30 2020 (r4153)
+++ jhalfs/trunk/LFS/master.sh Wed Apr 8 01:37:54 2020 (r4154)
@@ -250,13 +250,14 @@
name=`echo ${this_script} | sed -e 's@[0-9]\{3\}-@@' -e 's,'$N',,'`
# Find the tarball corresponding to our script.
- # If it doesn't exist, we skip it in iterations rebuilds (except
stripping).
+ # If it doesn't exist, we skip it in iterations rebuilds (except stripping
+ # and revisedchroot, where .a and .la files are removed).
pkg_tarball=$(sed -n 's/tar -xf \(.*\)/\1/p' $file)
pkg_version=$(sed -n 's/VERSION=\(.*\)/\1/p' $file)
if [[ "$pkg_tarball" = "" ]] && [[ -n "$N" ]] ; then
case "${this_script}" in
- *stripping*) ;;
+ *stripping*|*revised*) ;;
*) continue ;;
esac
fi
--
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page