From a855a814d601a4c30f26743ef1bf016df956e042 Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Wed, 9 Dec 2020 09:31:44 -0800 Subject: Refactor the Makefile to avoid recursive Make. Recursive make is difficult to follow and debug. Drop this by using internal functions, which, while difficult, are easier than trying to following recursive invokations. Further simplify the Makefile by collapsing the image bits and removing the tools/vm directory, which is effectively unused. Fixes #4952 PiperOrigin-RevId: 346569133 --- tools/vm/ubuntu1804/BUILD | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 tools/vm/ubuntu1804/BUILD (limited to 'tools/vm/ubuntu1804') diff --git a/tools/vm/ubuntu1804/BUILD b/tools/vm/ubuntu1804/BUILD deleted file mode 100644 index 0c8856dde..000000000 --- a/tools/vm/ubuntu1804/BUILD +++ /dev/null @@ -1,7 +0,0 @@ -package(licenses = ["notice"]) - -alias( - name = "ubuntu1804", - actual = "//tools/vm/ubuntu1604", - visibility = ["//:sandbox"], -) -- cgit v1.2.3