svn commit: trunk/busybox/libbb

aldot at busybox.net aldot at busybox.net
Thu Oct 6 12:12:53 UTC 2005


Author: aldot
Date: 2005-10-06 05:12:51 -0700 (Thu, 06 Oct 2005)
New Revision: 11786

Log:
- add llist_free_one() and llist_free() to libbb


Modified:
   trunk/busybox/libbb/Makefile.in


Changeset:
Modified: trunk/busybox/libbb/Makefile.in
===================================================================
--- trunk/busybox/libbb/Makefile.in	2005-10-06 12:10:48 UTC (rev 11785)
+++ trunk/busybox/libbb/Makefile.in	2005-10-06 12:12:51 UTC (rev 11786)
@@ -69,7 +69,7 @@
 	bb_getug.o get_ug_id.o
 
 LIBBB_MSRC6:=$(srcdir)/llist.c
-LIBBB_MOBJ6:=llist_add_to.o llist_add_to_end.o
+LIBBB_MOBJ6:=llist_add_to.o llist_add_to_end.o llist_free_one.o llist_free.o
 
 LIBBB_MOBJS0=$(patsubst %,$(LIBBB_DIR)%, $(LIBBB_MOBJ0))
 LIBBB_MOBJS1=$(patsubst %,$(LIBBB_DIR)%, $(LIBBB_MOBJ1))




More information about the busybox-cvs mailing list