svn commit: trunk/busybox: docs include libbb loginutils

Mike Frysinger vapier at gentoo.org
Tue May 8 12:58:09 PDT 2007


On Tuesday 08 May 2007, vda at busybox.net wrote:
> Author: vda
> Date: 2007-05-08 10:52:17 -0700 (Tue, 08 May 2007)
> New Revision: 18586
>
> Log:
> cryptpw: new applet (a bit less than 3k added)
> (by Thomas Lundquist <lists at zelow.no>)
>
> Modified:
>    trunk/busybox/docs/new-applet-HOWTO.txt
>    trunk/busybox/include/applets.h
>    trunk/busybox/include/libbb.h
>    trunk/busybox/include/usage.h
>    trunk/busybox/libbb/Kbuild
>    trunk/busybox/libbb/chomp.c
>    trunk/busybox/loginutils/Config.in
>    trunk/busybox/loginutils/Kbuild
>    trunk/busybox/loginutils/passwd.c
>
> --- trunk/busybox/libbb/Kbuild	2007-05-08 17:27:17 UTC (rev 18585)
> +++ trunk/busybox/libbb/Kbuild	2007-05-08 17:52:17 UTC (rev 18586)
> @@ -21,6 +21,7 @@
>  lib-y += crc32.o
>  lib-y += create_icmp6_socket.o
>  lib-y += create_icmp_socket.o
> +lib-y += crypt_make_salt.o
>  lib-y += default_error_retval.o
>  lib-y += device_open.o
>  lib-y += dump.o
> @@ -103,6 +104,9 @@
>  lib-$(CONFIG_LOSETUP) += loop.o
>  lib-$(CONFIG_FEATURE_MTAB_SUPPORT) += mtab.o
>  lib-$(CONFIG_PASSWD) += pw_encrypt.o
> +lib-$(CONFIG_PASSWD) += crypt_make_salt.o
> +lib-$(CONFIG_CRYPTPW) += pw_encrypt.o
> +lib-$(CONFIG_CRYPTPW) += crypt_make_salt.o
>  lib-$(CONFIG_SULOGIN) += pw_encrypt.o
>  lib-$(CONFIG_FEATURE_HTTPD_AUTH_MD5) += pw_encrypt.o
>  lib-$(CONFIG_VLOCK) += correct_password.o

looks like you forgot to `svn add libbb/crypt_make_salt.c` ?  also, what's the 
point of having the .o declared in lib-$(CONFIG_...) if it's forced in 
lib-y ?
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: This is a digitally signed message part.
Url : http://busybox.net/lists/busybox-cvs/attachments/20070508/6b17ea36/attachment.pgp 


More information about the busybox-cvs mailing list