Init is now even more perfect then before.

-Erik
This commit is contained in:
Erik Andersen
2000-01-07 11:40:44 +00:00
parent 286b0de74d
commit 96e2abd084
7 changed files with 74 additions and 81 deletions

View File

@@ -80,12 +80,8 @@ LIBRARIES=
OBJECTS=$(shell ./busybox.sh)
CFLAGS+= -DBB_VER='"$(VERSION)"'
CFLAGS+= -DBB_BT='"$(BUILDTIME)"'
ifdef BB_INIT_RC_EXIT_CMD
CFLAGS += -DBB_INIT_CMD_IF_RC_SCRIPT_EXITS=${BB_INIT_RC_EXIT_CMD}
endif
ifdef BB_INIT_SCRIPT
CFLAGS += -DBB_INIT_SCRIPT=${BB_INIT_SCRIPT}
CFLAGS += -DINIT_SCRIPT=${BB_INIT_SCRIPT}
endif
all: busybox busybox.links