aboutsummaryrefslogtreecommitdiff
path: root/libs/project
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2017-07-20 23:30:42 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2017-07-21 02:10:50 -0400
commit38472cfdca9f6c61c84cbd84d5206e02716becfd (patch)
tree587ef44d5fb6b1f1564384f1d89117c078d86ec1 /libs/project
parent656823d295a2740118428490099a33e09f76fe68 (diff)
downloadlibrebootfr-38472cfdca9f6c61c84cbd84d5206e02716becfd.tar.gz
librebootfr-38472cfdca9f6c61c84cbd84d5206e02716becfd.zip
Create array PROJECT_ACTIONS_GENERIC_IGNORE_CHECK
Located in libs/project, this array's elements are compared with actions in PROJECTS_ACTIONS_GENERIC when libreboot_setup_project_actions() is called. This makes it simpler to add/remove actions which should/shouldn't have a corresponding check function in PROJECT_ACTIONS.
Diffstat (limited to 'libs/project')
-rwxr-xr-xlibs/project1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/project b/libs/project
index 7729c485..8eaf0d2d 100755
--- a/libs/project
+++ b/libs/project
@@ -16,6 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
PROJECT_ACTIONS_GENERIC=(usage download extract update build install release clean)
+PROJECT_ACTIONS_GENERIC_IGNORE_CHECK=(usage clean)
PROJECT_ACTIONS_HELPERS=(arguments)
INSTALL_REGEX='\([^:]*\):\(.*\)'