diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-02-09 04:16:43 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-02-09 04:16:43 +0000 |
commit | e132f4b09e5c9aedaef97f65279e8702633fd425 (patch) | |
tree | 50bfe1c027ff760e426ae31442da73e536dd4baa /Makefile | |
parent | e49d5ecbbe51718fa925b6890a735e5937cc2aa2 (diff) | |
download | busybox-w32-e132f4b09e5c9aedaef97f65279e8702633fd425.tar.gz busybox-w32-e132f4b09e5c9aedaef97f65279e8702633fd425.tar.bz2 busybox-w32-e132f4b09e5c9aedaef97f65279e8702633fd425.zip |
Fixed the init problem where it wouldn't unmount filesystems
on reboot. Also fixed swapoff -a so it works.
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
64 | ifeq ($(DODEBUG),true) | 64 | ifeq ($(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 = |
68 | else | 68 | else |