cleanup: make: skip a cd to docker_src, as this is our roo Makefile
This commit is contained in:
1
Makefile
1
Makefile
@@ -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); \
|
||||
|
||||
Reference in New Issue
Block a user