svn commit: trunk/busybox/init

landley at busybox.net landley at busybox.net
Fri Feb 10 21:38:21 UTC 2006


Author: landley
Date: 2006-02-10 13:38:20 -0800 (Fri, 10 Feb 2006)
New Revision: 13905

Log:
Missed this in svn 13701.


Modified:
   trunk/busybox/init/Makefile.in


Changeset:
Modified: trunk/busybox/init/Makefile.in
===================================================================
--- trunk/busybox/init/Makefile.in	2006-02-10 21:36:53 UTC (rev 13904)
+++ trunk/busybox/init/Makefile.in	2006-02-10 21:38:20 UTC (rev 13905)
@@ -14,8 +14,6 @@
 INIT-$(CONFIG_HALT)			+= halt.o
 INIT-$(CONFIG_INIT)			+= init.o
 INIT-$(CONFIG_MESG)			+= mesg.o
-INIT-$(CONFIG_POWEROFF)			+= poweroff.o
-INIT-$(CONFIG_REBOOT)			+= reboot.o
 
 ifeq ($(strip $(CONFIG_HALT)),y)
 CONFIG_INIT_SHARED=y
@@ -23,21 +21,11 @@
 ifeq ($(strip $(CONFIG_INIT)),y)
 CONFIG_INIT_SHARED=y
 else
-ifeq ($(strip $(CONFIG_POWEROFF)),y)
-CONFIG_INIT_SHARED=y
-else
-ifeq ($(strip $(CONFIG_REBOOT)),y)
-CONFIG_INIT_SHARED=y
-else
 CONFIG_INIT_SHARED=n
 endif
 endif
-endif
-endif
 
-ifeq ($(strip $(CONFIG_INIT_SHARED)),y)
 INIT-$(CONFIG_INIT_SHARED)        += init_shared.o
-endif
 
 libraries-y+=$(INIT_DIR)$(INIT_AR)
 




More information about the busybox-cvs mailing list