aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-02-09 04:16:43 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-02-09 04:16:43 +0000
commitc8a728eb639dc69e4e55912d4fcc6343806a40fd (patch)
tree50bfe1c027ff760e426ae31442da73e536dd4baa /Makefile
parenta18125005d67c38a8ad7fb454571bb996664ad96 (diff)
downloadbusybox-w32-c8a728eb639dc69e4e55912d4fcc6343806a40fd.tar.gz
busybox-w32-c8a728eb639dc69e4e55912d4fcc6343806a40fd.tar.bz2
busybox-w32-c8a728eb639dc69e4e55912d4fcc6343806a40fd.zip
Fixed the init problem where it wouldn't unmount filesystems
on reboot. Also fixed swapoff -a so it works. -Erik git-svn-id: svn://busybox.net/trunk/busybox@358 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 490d3935f..6543e1f89 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ endif
62 62
63# -D_GNU_SOURCE is needed because environ is used in init.c 63# -D_GNU_SOURCE is needed because environ is used in init.c
64ifeq ($(DODEBUG),true) 64ifeq ($(DODEBUG),true)
65 CFLAGS += -Wall -g -D_GNU_SOURCE -DDEBUG_INIT 65 CFLAGS += -Wall -g -D_GNU_SOURCE
66 STRIP = 66 STRIP =
67 LDFLAGS = 67 LDFLAGS =
68else 68else