From 673f444013915fe2cfd30019b27bf3b8d1d34a4e Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 24 Nov 2010 20:21:58 +0100 Subject: buildsys: add make {,install_}startfiles This builds and installs the crt files. Signed-off-by: Bernhard Reutner-Fischer --- Makefile.help | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.help') diff --git a/Makefile.help b/Makefile.help index ccb32ca73..1c2c96e04 100644 --- a/Makefile.help +++ b/Makefile.help @@ -14,6 +14,7 @@ help: @echo 'Build:' @echo ' all - libraries and generated headers' @echo ' pregen - generate headers' + @echo ' startfiles - build startfiles (crt)' @echo ' utils - build target utilities' @echo ' (ldd, ldconfig, locale, iconv)' @echo ' hostutils - build host utilities (see utils)' @@ -32,6 +33,7 @@ help: @echo ' install - install both the runtime and the headers' @echo ' install_runtime - install the libraries' @echo ' install_dev - install all headers and static libs' + @echo ' install_startfiles - install startfiles (crt)' @echo ' install_headers - install headers excluding generated ones' @echo ' install_utils - install target utilities' @echo ' install_hostutils - install host utilities' -- cgit v1.2.3