summaryrefslogtreecommitdiff
path: root/Makefile.help
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-11-24 20:21:58 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-11-24 20:21:58 +0100
commit673f444013915fe2cfd30019b27bf3b8d1d34a4e (patch)
treefa8415eb239045a7d17438586176aa1c04289b7d /Makefile.help
parent2cd5c90fc784c83c85f4af32565d5b5219aed30a (diff)
buildsys: add make {,install_}startfiles
This builds and installs the crt files. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.help')
-rw-r--r--Makefile.help2
1 files changed, 2 insertions, 0 deletions
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'