1
1
#
2
- # Copyright 2018 Nest Labs Inc. All Rights Reserved.
2
+ # Copyright (c) 2020 Project nlbuild-autotools Authors. All Rights Reserved.
3
+ # Copyright (c) 2018 Nest Labs Inc. All Rights Reserved.
3
4
#
4
5
# Licensed under the Apache License, Version 2.0 (the "License");
5
6
# you may not use this file except in compliance with the License.
@@ -55,9 +56,6 @@ bootstrap-make:
55
56
$(BOOTSTRAP ) -w make
56
57
57
58
define PrintBootstrapHelp
58
- $(NL_V_AT ) echo " all"
59
- $(NL_V_AT ) echo " Generate all configured build artifacts for this project."
60
- $(NL_V_AT ) echo
61
59
$(NL_V_AT ) echo " bootstrap"
62
60
$(NL_V_AT ) echo " (Re-)generate all build infrastructure for the project, "
63
61
$(NL_V_AT ) echo " including both build configuration scripts and makefiles."
@@ -72,34 +70,11 @@ $(NL_V_AT)echo
72
70
$(NL_V_AT ) echo " bootstrap-make"
73
71
$(NL_V_AT ) echo " (Re-)generate build makefiles for the project."
74
72
$(NL_V_AT ) echo
75
- $(NL_V_AT ) echo " check"
76
- $(NL_V_AT ) echo " Generate all configured build artifacts and run all unit "
77
- $(NL_V_AT ) echo " and functional tests for this project."
78
- $(NL_V_AT ) echo
79
73
$(NL_V_AT ) echo " coverage"
80
74
$(NL_V_AT ) echo " Generate all configured build artifacts, run all unit "
81
75
$(NL_V_AT ) echo " and functional tests, and generate code coverage results "
82
76
$(NL_V_AT ) echo " for this project."
83
77
$(NL_V_AT ) echo
84
- $(NL_V_AT ) echo " dist"
85
- $(NL_V_AT ) echo " Generate an archive distribution snapshot for this project."
86
- $(NL_V_AT ) echo
87
- $(NL_V_AT ) echo " distcheck"
88
- $(NL_V_AT ) echo " Generate an archive distribution snapshot for this project "
89
- $(NL_V_AT ) echo " and sanity check the resulting distribution by running "
90
- $(NL_V_AT ) echo " 'make check' on it for this project."
91
- $(NL_V_AT ) echo
92
- $(NL_V_AT ) echo " doc"
93
- $(NL_V_AT ) echo " Generate documentation for the project."
94
- $(NL_V_AT ) echo
95
- $(NL_V_AT ) echo " docdist"
96
- $(NL_V_AT ) echo " Generate an archive distribution of the documentation for "
97
- $(NL_V_AT ) echo " the project."
98
- $(NL_V_AT ) echo
99
- $(NL_V_AT ) echo " install"
100
- $(NL_V_AT ) echo " Generate all configured build artifacts for this project "
101
- $(NL_V_AT ) echo " and install them in DESTDIR on the build host system."
102
- $(NL_V_AT ) echo
103
78
$(NL_V_AT ) echo " install-headers"
104
79
$(NL_V_AT ) echo " Generate all configured public header artifacts for this "
105
80
$(NL_V_AT ) echo " project and install them in DESTDIR on the build host "
0 commit comments