ftpd: document NLST format
[oweals/busybox.git] / Makefile.custom
index 3334b31eb81c86ae6f3c2d8614b7b226e453bd48..140ff45c25b22f723c7ec1f18e842eaeb99d3e55 100644 (file)
@@ -99,12 +99,16 @@ stksizes: busybox_unstripped
 
 .PHONY: bigdata
 bigdata: busybox_unstripped
-       $(CROSS_COMPILE)nm --size-sort busybox_unstripped | grep -vi ' [tr] '
+       $(CROSS_COMPILE)nm --size-sort busybox_unstripped | grep -vi ' [trw] '
 
 # Documentation Targets
 .PHONY: doc
 doc: docs/busybox.pod docs/BusyBox.txt docs/BusyBox.1 docs/BusyBox.html
 
+# FIXME: Doesn't belong here
+disp_doc = \
+  @$(if $(quiet),echo "  DOC     $(@F)")
+
 docs/busybox.pod: $(srctree)/docs/busybox_header.pod \
                $(srctree)/include/usage.h \
                $(srctree)/docs/busybox_footer.pod \