some escaping needed for docker
This commit is contained in:
parent
67b07c74e6
commit
9ca3268be0
2
Makefile
2
Makefile
@ -28,7 +28,7 @@ bootloader: ## Build systemd-boot
|
|||||||
$(DOCKER_RUN) bash -c "source setup-build-env && bitbake systemd-boot"
|
$(DOCKER_RUN) bash -c "source setup-build-env && bitbake systemd-boot"
|
||||||
|
|
||||||
build-appimg: ## Build an application image
|
build-appimg: ## Build an application image
|
||||||
$(DOCKER_RUN_PRIV) sudo APPIMG_BUILDER_BASE=${PWD}/appimg-builder appimg-builder/stage-one.sh --no-confirm -z -d build/appimg
|
$(DOCKER_RUN_PRIV) bash -c 'sudo APPIMG_BUILDER_BASE=$${PWD}/appimg-builder appimg-builder/stage-one.sh --no-confirm -z -d build/appimg'
|
||||||
|
|
||||||
update-submodules: ## Retrieve or update submodule projects
|
update-submodules: ## Retrieve or update submodule projects
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
Loading…
Reference in New Issue
Block a user