projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53642b0
)
+ added a .PHONY: docs
author
John Beppu
<beppu@lbox.org>
Mon, 17 Apr 2000 03:37:52 +0000
(
03:37
-0000)
committer
John Beppu
<beppu@lbox.org>
Mon, 17 Apr 2000 03:37:52 +0000
(
03:37
-0000)
target
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 54db45c9b31b5f35519f9559f92610a3e9ecc0a5..753c52f1b89d9487f5180c0cd398cb62fe9be3c1 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-105,8
+105,9
@@
busybox: $(OBJECTS)
busybox.links: busybox.def.h
- ./busybox.mkll | sort >$@
+.PHONY: docs
docs: docs/busybox.pod
-
cd docs && $(MAKE)
clean all
+
$(MAKE) -C docs
clean all
regexp.o nfsmount.o: %.o: %.h
$(OBJECTS): %.o: busybox.def.h internal.h %.c