svn commit: trunk/busybox/libbb

aldot at busybox.net aldot at busybox.net
Wed Sep 6 13:24:40 UTC 2006


Author: aldot
Date: 2006-09-06 06:24:39 -0700 (Wed, 06 Sep 2006)
New Revision: 16056

Log:
- mdev and grep use xregcomp. Closes bug #1021


Modified:
   trunk/busybox/libbb/Makefile.in


Changeset:
Modified: trunk/busybox/libbb/Makefile.in
===================================================================
--- trunk/busybox/libbb/Makefile.in	2006-09-05 14:00:21 UTC (rev 16055)
+++ trunk/busybox/libbb/Makefile.in	2006-09-06 13:24:39 UTC (rev 16056)
@@ -56,11 +56,12 @@
 # allowing us to build busybox even if uclibc regex support is disabled.
 
 regex-y:=
-
 regex-$(CONFIG_AWK) += xregcomp.c
 regex-$(CONFIG_SED) += xregcomp.c
 regex-$(CONFIG_LESS) += xregcomp.c
 regex-$(CONFIG_DEVFSD) += xregcomp.c
+regex-$(CONFIG_MDEV) += xregcomp.c
+regex-$(CONFIG_GREP) += xregcomp.c
 
 # Sort has the happy side efect of returning a unique list
 LIBBB-y += $(sort $(regex-y))




More information about the busybox-cvs mailing list