diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | Makefile.custom | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -505,7 +505,7 @@ endif | |||
505 | # command line. | 505 | # command line. |
506 | # This allow a user to issue only 'make' to build a kernel including modules | 506 | # This allow a user to issue only 'make' to build a kernel including modules |
507 | # Defaults busybox but it is usually overridden in the arch makefile | 507 | # Defaults busybox but it is usually overridden in the arch makefile |
508 | all: busybox | 508 | all: busybox doc |
509 | 509 | ||
510 | -include $(srctree)/arch/$(ARCH)/Makefile | 510 | -include $(srctree)/arch/$(ARCH)/Makefile |
511 | 511 | ||
diff --git a/Makefile.custom b/Makefile.custom index 58a979e11..140ff45c2 100644 --- a/Makefile.custom +++ b/Makefile.custom | |||
@@ -105,6 +105,10 @@ bigdata: busybox_unstripped | |||
105 | .PHONY: doc | 105 | .PHONY: doc |
106 | doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html | 106 | doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html |
107 | 107 | ||
108 | # FIXME: Doesn't belong here | ||
109 | disp_doc = \ | ||
110 | @$(if $(quiet),echo " DOC $(@F)") | ||
111 | |||
108 | docs/busybox.pod: $(srctree)/docs/busybox_header.pod \ | 112 | docs/busybox.pod: $(srctree)/docs/busybox_header.pod \ |
109 | $(srctree)/include/usage.h \ | 113 | $(srctree)/include/usage.h \ |
110 | $(srctree)/docs/busybox_footer.pod \ | 114 | $(srctree)/docs/busybox_footer.pod \ |