diff options
author | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2016-01-18 14:42:06 +0100 |
---|---|---|
committer | Stefan Berg <stefan.k.berg@ericsson.com> | 2016-01-29 13:34:08 +0000 |
commit | 8383c95e26d0e8036a75075c9ff20f1696268b05 (patch) | |
tree | 66300990790ccd2c779d8efa77fa2d1060dd3754 /build/Makefile | |
parent | ef88e79c747c642374935d2723969d0bb6b44171 (diff) |
Revert "Fix build failure in fuel base & qemu"
This reverts commit 0a35e64026402a672af343427bf591142babb6be.
(cherry picked from commit 567c751216af815920caa7a495822aa902a3aa0a)
Change-Id: I7cf4a9f980ea74bcc8d3fe95a369e055b479e2f7
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/Makefile b/build/Makefile index 6c61714da..d7242ed32 100644 --- a/build/Makefile +++ b/build/Makefile @@ -112,7 +112,6 @@ $(ISOCACHE): # Need to replace the old Docker v. 1.5.0 with a later version to be # able to access the Docker remote repository! cd /tmp/fuel-main && patch -f -p0 < $(TOPDIR)/fuel-main_docker_version.patch - # cd /tmp/fuel-main && patch -f -p0 < $(TOPDIR)/fuel-main_docker_dns.patch # cd /tmp/fuel-main && ./prepare-build-env.sh # Verify that Docker is alive |