From 9cf3bfa7c1bf3ad959c61711c9a5ac1969149300 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Thu, 13 Apr 2000 18:49:43 +0000 Subject: More doc updates for BusyBox, with fixes to apps for bugs revealed while trying to write docs . :-) -Erik --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1f03754f9..e2d98549f 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") # Set the following to `true' to make a debuggable build. # Leave this set to `false' for production use. # eg: `make DODEBUG=true tests' -DODEBUG = false +DODEBUG = true # If you want a static binary, turn this on. DOSTATIC = false @@ -94,7 +94,7 @@ ifdef BB_INIT_SCRIPT CFLAGS += -DINIT_SCRIPT='"$(BB_INIT_SCRIPT)"' endif -all: busybox busybox.links +all: busybox busybox.links docs .PHONY: all busybox: $(OBJECTS) @@ -104,6 +104,9 @@ busybox: $(OBJECTS) busybox.links: busybox.def.h - ./busybox.mkll | sort >$@ +docs: docs/busybox.pod + cd docs && $(MAKE) clean all + regexp.o nfsmount.o: %.o: %.h $(OBJECTS): %.o: busybox.def.h internal.h %.c @@ -128,6 +131,7 @@ install: busybox busybox.links .PHONY: dist release dist release: distclean + cd docs && $(MAKE) clean all cd ..; \ rm -rf busybox-$(VERSION); \ cp -a busybox busybox-$(VERSION); \ -- cgit v1.2.3