Init is now even more perfect then before.
-Erik
This commit is contained in:
6
Makefile
6
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user