mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-11 06:54:06 +00:00
A little eye conady in the Makefile.
This commit is contained in:
parent
b521e3418d
commit
ae1d546378
4
Makefile
4
Makefile
@ -26,13 +26,15 @@ include $(CT_TOP_DIR)/samples/Makefile
|
|||||||
help::
|
help::
|
||||||
@echo 'Build targets:'
|
@echo 'Build targets:'
|
||||||
@echo '* build - Build the toolchain'
|
@echo '* build - Build the toolchain'
|
||||||
@echo ' tarball - Build a tarball of the configured toolchain'
|
|
||||||
@echo ' clean - Remove generated files'
|
@echo ' clean - Remove generated files'
|
||||||
@echo ' distclean - Remove generated files, configuration and build directories'
|
@echo ' distclean - Remove generated files, configuration and build directories'
|
||||||
|
|
||||||
include $(CT_TOP_DIR)/tools/Makefile
|
include $(CT_TOP_DIR)/tools/Makefile
|
||||||
|
|
||||||
help::
|
help::
|
||||||
|
@echo 'Distribution targets:'
|
||||||
|
@echo ' tarball - Build a tarball of the configured toolchain'
|
||||||
|
@echo
|
||||||
@echo 'Execute "make" or "make all" to build all targets marked with [*]'
|
@echo 'Execute "make" or "make all" to build all targets marked with [*]'
|
||||||
@echo 'Pass RESTART=<step> to restart a previously saved step (read doc first!)'
|
@echo 'Pass RESTART=<step> to restart a previously saved step (read doc first!)'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user