diff options
author | beppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-17 04:41:15 +0000 |
---|---|---|
committer | beppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-04-17 04:41:15 +0000 |
commit | b145de7b98adc223f73f00fdaa42d59b8c6cbae9 (patch) | |
tree | 69ea767a3ddd9502c00449d55e6b44dc2fe15d93 /Makefile | |
parent | cdab153cc57f12291471186bd083c278eb47bb42 (diff) | |
download | busybox-w32-b145de7b98adc223f73f00fdaa42d59b8c6cbae9.tar.gz busybox-w32-b145de7b98adc223f73f00fdaa42d59b8c6cbae9.tar.bz2 busybox-w32-b145de7b98adc223f73f00fdaa42d59b8c6cbae9.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"?
git-svn-id: svn://busybox.net/trunk/busybox@464 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -105,7 +105,6 @@ busybox: $(OBJECTS) | |||
105 | busybox.links: busybox.def.h | 105 | busybox.links: busybox.def.h |
106 | - ./busybox.mkll | sort >$@ | 106 | - ./busybox.mkll | sort >$@ |
107 | 107 | ||
108 | .PHONY: docs | ||
109 | docs: docs/busybox.pod | 108 | docs: docs/busybox.pod |
110 | $(MAKE) -C docs clean all | 109 | $(MAKE) -C docs clean all |
111 | 110 | ||