[buildcore] Replace gmake < file with pybb cat
This commit is contained in:
2
deps/buildcore/base.mk
vendored
2
deps/buildcore/base.mk
vendored
@ -48,7 +48,7 @@ ifneq ($(shell which docker 2> /dev/null),)
|
||||
ENV_RUN=docker exec -i -t --user $(shell id -u ${USER}) ${DEVENV}
|
||||
endif
|
||||
endif
|
||||
CURRENT_BUILD=$(HOST_ENV)-$(file < .current_build)
|
||||
CURRENT_BUILD=$(HOST_ENV)-$(shell ${PYBB} cat .current_build)
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
|
Reference in New Issue
Block a user