+ added a .PHONY: docs
target
This commit is contained in:
parent
53642b066c
commit
3becdfc316
3
Makefile
3
Makefile
@ -105,8 +105,9 @@ busybox: $(OBJECTS)
|
|||||||
busybox.links: busybox.def.h
|
busybox.links: busybox.def.h
|
||||||
- ./busybox.mkll | sort >$@
|
- ./busybox.mkll | sort >$@
|
||||||
|
|
||||||
|
.PHONY: docs
|
||||||
docs: docs/busybox.pod
|
docs: docs/busybox.pod
|
||||||
cd docs && $(MAKE) clean all
|
$(MAKE) -C docs clean all
|
||||||
|
|
||||||
regexp.o nfsmount.o: %.o: %.h
|
regexp.o nfsmount.o: %.o: %.h
|
||||||
$(OBJECTS): %.o: busybox.def.h internal.h %.c
|
$(OBJECTS): %.o: busybox.def.h internal.h %.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user