cleanup: make: skip a cd to docker_src, as this is our roo Makefile

This commit is contained in:
2022-05-24 17:13:00 -04:00
parent d488fb5703
commit 6e1a52f871

View File

@@ -33,7 +33,6 @@ ${docker_src}/built/openwrt-builder-%.sentinel: \
${docker_src}/openwrt-builder-commit.dockerfile \
${docker_src}/built/openwrt-builder.sentinel \
${docker_src}/openwrt-remotes.txt
cd ${docker_src}; \
rev=$*; \
if [ "$$rev" != "$${rev%_*}" ]; then \
remote=$(shell echo $* | cut -d_ -f1); \