dockermake: disable implicit rules and vars in make
This commit is contained in:
parent
f93a4a705a
commit
e6b25408d9
1 changed files with 1 additions and 1 deletions
|
|
@ -8,4 +8,4 @@ cd "$(dirname "$0")"
|
|||
if [[ -d .git ]]; then
|
||||
git rev-parse --short HEAD > githash.txt
|
||||
fi
|
||||
docker run --rm -it -v "$PWD:/host" rsms/inter-build:latest make "$@"
|
||||
docker run --rm -it -v "$PWD:/host" rsms/inter-build:latest make -r -R "$@"
|
||||
|
|
|
|||
Reference in a new issue