[buildcore] Replace gmake < file with pybb cat

This commit is contained in:
2021-07-09 19:29:45 -05:00
parent 6bd21bf1b4
commit b27d6671fc
2 changed files with 19 additions and 2 deletions

View File

@ -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: