diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-07 11:40:44 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-07 11:40:44 +0000 |
commit | 96e2abd0849c1980dad10013ef0d17027554ef9f (patch) | |
tree | b4313983e7883b477552c881868bc6709f9857d0 /Makefile | |
parent | 286b0de74da3cba56b8cc7961a19044eb45969b2 (diff) | |
download | busybox-w32-96e2abd0849c1980dad10013ef0d17027554ef9f.tar.gz busybox-w32-96e2abd0849c1980dad10013ef0d17027554ef9f.tar.bz2 busybox-w32-96e2abd0849c1980dad10013ef0d17027554ef9f.zip |
Init is now even more perfect then before.
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -80,12 +80,8 @@ LIBRARIES= | |||
80 | OBJECTS=$(shell ./busybox.sh) | 80 | OBJECTS=$(shell ./busybox.sh) |
81 | CFLAGS+= -DBB_VER='"$(VERSION)"' | 81 | CFLAGS+= -DBB_VER='"$(VERSION)"' |
82 | CFLAGS+= -DBB_BT='"$(BUILDTIME)"' | 82 | CFLAGS+= -DBB_BT='"$(BUILDTIME)"' |
83 | ifdef BB_INIT_RC_EXIT_CMD | ||
84 | CFLAGS += -DBB_INIT_CMD_IF_RC_SCRIPT_EXITS=${BB_INIT_RC_EXIT_CMD} | ||
85 | endif | ||
86 | |||
87 | ifdef BB_INIT_SCRIPT | 83 | ifdef BB_INIT_SCRIPT |
88 | CFLAGS += -DBB_INIT_SCRIPT=${BB_INIT_SCRIPT} | 84 | CFLAGS += -DINIT_SCRIPT=${BB_INIT_SCRIPT} |
89 | endif | 85 | endif |
90 | 86 | ||
91 | all: busybox busybox.links | 87 | all: busybox busybox.links |