commit | c4d3521a53952539b8565197dde0f3a58748da61 | [log] [tgz] |
---|---|---|
author | Alex Van Damme <atv@google.com> | Tue Jun 25 18:41:01 2019 -0700 |
committer | June Tate-Gans <jtgans@google.com> | Fri Jul 12 11:12:18 2019 -0700 |
tree | cb7b96f1c70b1a6c73ed74f822a9fb2ed4ab1d41 | |
parent | 5e5ff5fca9d384b8e8c9866fc98863675269015c [diff] |
Disable default make rules - This should hopefully stop making from being extra smart and trying to run yacc and rebuild tools in the kernel tree. Change-Id: I11601f96543b7b6b877b7411515e45f27099cd44
diff --git a/docker.mk b/docker.mk index f208134..1669e7a 100644 --- a/docker.mk +++ b/docker.mk
@@ -94,5 +94,7 @@ @rm -f hello.c hello .DEFAULT_GOAL:=docker-all +.MAKEFLAGS += --no-builtin-rules +.SUFFIXES: .PHONY:: docker-build