Author: titmuss
Date: Mon May 19 07:57:21 2008
New Revision: 2481

URL: http://svn.slimdevices.com?rev=2481&root=Jive&view=rev
Log:
Bug: N/A
Description:
Use ldconfig to create /etc/ld.so.cache for the root filesystem.


Modified:
    7.1/trunk/squeezeos/src/Makefile

Modified: 7.1/trunk/squeezeos/src/Makefile
URL: 
http://svn.slimdevices.com/7.1/trunk/squeezeos/src/Makefile?rev=2481&root=Jive&r1=2480&r2=2481&view=diff
==============================================================================
--- 7.1/trunk/squeezeos/src/Makefile (original)
+++ 7.1/trunk/squeezeos/src/Makefile Mon May 19 07:57:21 2008
@@ -61,6 +61,7 @@
        mkdir -p ${STAGE}
        cd ${BUILDDIR}; find * -type d -exec mkdir ${STAGE}/{} \;
        cd ${BUILDDIR}; find * \( -name man -or -name include \) -prune -or \! 
\( -name *.a -or -name *.la -or -type d \) -exec cp -rp {} ${STAGE}/{} \;
+       ldconfig -r ${STAGE}
        mknod ${STAGE}/dev/console c 5 1
        mknod ${STAGE}/dev/ttySAC0 c 204 64
        # Create cramfs

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to