- 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"?
This commit is contained in:
parent
5a728cfdfe
commit
200be97e36
1
Makefile
1
Makefile
@ -105,7 +105,6 @@ busybox: $(OBJECTS)
|
||||
busybox.links: busybox.def.h
|
||||
- ./busybox.mkll | sort >$@
|
||||
|
||||
.PHONY: docs
|
||||
docs: docs/busybox.pod
|
||||
$(MAKE) -C docs clean all
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user