- remove unused lists *-m
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 2 Mar 2006 18:23:13 +0000 (18:23 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 2 Mar 2006 18:23:13 +0000 (18:23 -0000)
Makefile
coreutils/Makefile.in
libbb/Makefile.in
loginutils/Makefile.in
miscutils/Makefile.in
networking/Makefile.in

index 93b598c..71525e1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -243,9 +243,8 @@ endif # ifeq ($(strip $(HAVE_DOT_CONFIG)),y)
 # depending on it.
 DIRS_UPPER:=$(shell echo $(DIRS) | $(SED) 'h;y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/')
 
-# First populate the variables ..._OBJ-y ...OBJ-m et al
+# First populate the variables ..._OBJ-y et al
 $(foreach d,$(DIRS_UPPER),$(eval $(notdir $(d))-y:=))
-$(foreach d,$(DIRS_UPPER),$(eval $(notdir $(d))-m:=))
 
 include $(patsubst %,%/Makefile.in,$(SRC_DIRS))
 
index eee64a9..5f8a0ac 100644 (file)
@@ -78,7 +78,6 @@ COREUTILS-$(CONFIG_WHOAMI)    += whoami.o
 COREUTILS-$(CONFIG_YES)       += yes.o
 
 COREUTILS-y:=$(sort $(COREUTILS-y))
-COREUTILS-m:=$(sort $(COREUTILS-m))
 
 COREUTILS_SRC-y:=$(patsubst %.o,$(srcdir)/%.c,$(COREUTILS-y))
 COREUTILS_SRC-a:=$(wildcard $(srcdir)/*.c)
index 3828a42..d4cc764 100644 (file)
@@ -45,7 +45,7 @@ LIBBB-$(CONFIG_SU)+= correct_password.c
 LIBBB-$(CONFIG_LOGIN)+= correct_password.c
 
 
-LIBBB-y:=$(patsubst %,$(srcdir)/%,$(LIBBB-y) $(LIBBB-m))
+LIBBB-y:=$(patsubst %,$(srcdir)/%,$(LIBBB-y))
 
 # 1:N objects
 LIBBB_MSRC0:=$(srcdir)/messages.c
index f09b6d2..dfbba50 100644 (file)
@@ -30,9 +30,6 @@ needcrypt-$(CONFIG_PASSWD)    := y
 needcrypt-$(CONFIG_SU)         := y
 needcrypt-$(CONFIG_SULOGIN)    := y
 needcrypt-$(CONFIG_VLOCK)      := y
-ifeq ($(needcrypt-m),y)
-needcrypt-y:=y
-endif
 ifeq ($(needcrypt-y),y)
   LIBRARIES := -lcrypt $(filter-out -lcrypt,$(LIBRARIES))
 endif
index e431f48..12b4f05 100644 (file)
@@ -29,9 +29,6 @@ MISCUTILS-$(CONFIG_WATCHDOG)    += watchdog.o
 
 needlibm-y:=
 needlibm-$(CONFIG_DC) := y
-ifeq ($(needlibm-m),y)
-needlibm-y:=y
-endif
 ifeq ($(needlibm-y),y)
   LIBRARIES := $(filter-out -lm,$(LIBRARIES)) -lm
 endif
index 0f607eb..efad050 100644 (file)
@@ -40,13 +40,9 @@ NETWORKING-$(CONFIG_WGET)         += wget.o
 NETWORKING-$(CONFIG_ZCIP)         += zcip.o
 
 NETWORKING-y:=$(sort $(NETWORKING-y))
-NETWORKING-m:=$(sort $(NETWORKING-m))
 
 needcrypt-y:=
 needcrypt-$(CONFIG_FEATURE_HTTPD_AUTH_MD5) := y
-ifeq ($(needcrypt-m),y)
-needcrypt-y:=y
-endif
 ifeq ($(needcrypt-y),y)
        LIBRARIES := -lcrypt $(filter-out -lcrypt,$(LIBRARIES))
 endif