Explorar o código

Mention make utils, hostutils, install_utils.

Rob Landley %!s(int64=17) %!d(string=hai) anos
pai
achega
8a98dbf08b
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      Makefile.help

+ 6 - 1
Makefile.help

@@ -36,8 +36,13 @@ help:
 	@echo '  test_compile		- compile testsuite binaries'
 	@echo '  release		- create a distribution tarball'
 	@echo
+	@echo 'Utilities:'
+	@echo '  utils			- Build readelf, ldd, and ldconfig for target'
+	@echo '  hostutils		- Build readelf, ldd, and ldconfig for host'
+	@echo '  install_utils	- Install utilities'
+	@echo
 	@echo 'Environment variables:'
-	@echo '     			- Quiet build'
+	@echo '  V="" 			- Quiet build (default)'
 	@echo '  V=1			- Verbose build'
 	@echo '  V=2			- Very verbose build'
 	@echo '  CROSS=		- Override CROSS_COMPILER_PREFIX from .config'