aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Beppu <beppu@lbox.org>2000-04-17 04:41:15 +0000
committerJohn Beppu <beppu@lbox.org>2000-04-17 04:41:15 +0000
commit200be97e36dc9b4ba624781c0e1b251fd4bb222d (patch)
tree69ea767a3ddd9502c00449d55e6b44dc2fe15d93
parent5a728cfdfeaa0c6db8485bec230e24b3ca03806b (diff)
downloadbusybox-w32-200be97e36dc9b4ba624781c0e1b251fd4bb222d.tar.gz
busybox-w32-200be97e36dc9b4ba624781c0e1b251fd4bb222d.tar.bz2
busybox-w32-200be97e36dc9b4ba624781c0e1b251fd4bb222d.zip
- got rid of the .PHONY: docs, because I didn't want it to
generate the qw(man html txt) documentation every time I ran make. Unfortunately, "make docs" never amounts to anything, because make sees the docs/ directory and thinks, "oh, I don't have to do any work". Maybe the target should be "doc" to make it different from "docs"?
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 753c52f1b..77a0486e9 100644
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,6 @@ busybox: $(OBJECTS)
105busybox.links: busybox.def.h 105busybox.links: busybox.def.h
106 - ./busybox.mkll | sort >$@ 106 - ./busybox.mkll | sort >$@
107 107
108.PHONY: docs
109docs: docs/busybox.pod 108docs: docs/busybox.pod
110 $(MAKE) -C docs clean all 109 $(MAKE) -C docs clean all
111 110