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
|
if [[ -d .git ]]; then
|
||||||
git rev-parse --short HEAD > githash.txt
|
git rev-parse --short HEAD > githash.txt
|
||||||
fi
|
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