Author: sparky
Date: Fri Mar 10 17:29:33 2006
New Revision: 7135
Modified:
ppcrcd/trunk/Makefile
Log:
- root_stripped depends on 'todel' file
- run ldconfig before stripping
Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile (original)
+++ ppcrcd/trunk/Makefile Fri Mar 10 17:29:33 2006
@@ -150,7 +150,7 @@
strip $@
strip -R.comment $@
-$(root_stripped): out/touch/root_installed conf.dir doc
+$(root_stripped): out/touch/root_installed conf.dir doc todel
$(SU) rm -rf [EMAIL PROTECTED],.work}
#
mkdir -p [EMAIL PROTECTED]/dev
@@ -160,6 +160,8 @@
#
$(SU) cp -a $(root_inst)/* [EMAIL PROTECTED]
#
+ $(SU) chroot [EMAIL PROTECTED] /sbin/ldconfig -c new
+ #
while read TODEL; do $(SU) rm -rf [EMAIL PROTECTED]/$$TODEL; done <
todel
#
$(SU) find [EMAIL PROTECTED] -type f | xargs file | grep ELF | \
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit