[Lunar-commits] CVS: moonbase/libs/readline BUILD,1.2,1.3
Terry Chan
tchan at lunar-linux.org
Thu Jul 29 20:54:08 GMT 2004
Update of /var/cvs/lunar/moonbase/libs/readline
In directory dbguin.lunar-linux.org:/tmp/cvs-serv20980
Modified Files:
BUILD
Log Message:
Added a devoke_installwatch call to BUILD for the temp hack of linking to
libreadline.so.4 and libhistory.so.4
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/readline/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 29 Jul 2004 17:10:04 -0000 1.2
+++ BUILD 29 Jul 2004 20:54:06 -0000 1.3
@@ -15,8 +15,10 @@
default_make &&
# temp hack to help in change over to readline-5.0 from readline-4.x
# can be removed when everyone is over to readline 5.0
+devoke_installwatch &&
ln -sf /lib/libreadline.so.5.0 /lib/libreadline.so.4 &&
ln -sf /lib/libhistory.so.5.0 /lib/libhistory.so.4 &&
+invoke_installwatch &&
ldconfig
) > $C_FIFO 2>&1 &&
More information about the Lunar-commits
mailing list