aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-01-07 11:40:44 +0000
committerErik Andersen <andersen@codepoet.org>2000-01-07 11:40:44 +0000
commit96e2abd0849c1980dad10013ef0d17027554ef9f (patch)
treeb4313983e7883b477552c881868bc6709f9857d0 /Makefile
parent286b0de74da3cba56b8cc7961a19044eb45969b2 (diff)
downloadbusybox-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--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 73aa2fc90..6f49f0a52 100644
--- a/Makefile
+++ b/Makefile
@@ -80,12 +80,8 @@ LIBRARIES=
80OBJECTS=$(shell ./busybox.sh) 80OBJECTS=$(shell ./busybox.sh)
81CFLAGS+= -DBB_VER='"$(VERSION)"' 81CFLAGS+= -DBB_VER='"$(VERSION)"'
82CFLAGS+= -DBB_BT='"$(BUILDTIME)"' 82CFLAGS+= -DBB_BT='"$(BUILDTIME)"'
83ifdef BB_INIT_RC_EXIT_CMD
84 CFLAGS += -DBB_INIT_CMD_IF_RC_SCRIPT_EXITS=${BB_INIT_RC_EXIT_CMD}
85endif
86
87ifdef BB_INIT_SCRIPT 83ifdef BB_INIT_SCRIPT
88 CFLAGS += -DBB_INIT_SCRIPT=${BB_INIT_SCRIPT} 84 CFLAGS += -DINIT_SCRIPT=${BB_INIT_SCRIPT}
89endif 85endif
90 86
91all: busybox busybox.links 87all: busybox busybox.links