summaryrefslogtreecommitdiffstats
path: root/tests/lcitool/Makefile.include
blob: 6b215adcd1e05bdf76c585d3d3184644eb09a40e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

LCITOOL_REFRESH = $(SRC_PATH)/tests/lcitool/refresh

lcitool:
	@echo 'Manage build environment manifests'
	@echo
	@echo 'Available targets:'
	@echo
	@echo '    lcitool:             Print this help.'
	@echo '    lcitool-refresh:     Re-generate all build environment manifests.'
	@echo

lcitool-help: lcitool

lcitool-refresh:
	$(call quiet-command, cd $(SRC_PATH) && git submodule update --init tests/lcitool/libvirt-ci)
	$(call quiet-command, $(LCITOOL_REFRESH))