2 LCITOOL_REFRESH = $(SRC_PATH)/tests/lcitool/refresh
5 @echo 'Manage build environment manifests'
7 @echo 'Available targets:'
9 @echo ' lcitool: Print this help.'
10 @echo ' lcitool-refresh: Re-generate all build environment manifests.'
16 $(call quiet-command, cd $(SRC_PATH) && git submodule update --init tests/lcitool/libvirt-ci)
17 $(call quiet-command, $(LCITOOL_REFRESH))