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-19 08:15:25 +0000 |
commit | 567c751216af815920caa7a495822aa902a3aa0a (patch) | |
tree | 5606b53ce3ed17b9b4cad1735054f30a54619639 /build/Makefile | |
parent | bc8d77ae064f1e6ed910edaf37a0c27beed33026 (diff) |
Revert "Fix build failure in fuel base & qemu"
This reverts commit 0a35e64026402a672af343427bf591142babb6be.
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 6d252ce2b..84fddc3ae 100644 --- a/build/Makefile +++ b/build/Makefile @@ -92,7 +92,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 cd /tmp/fuel-main && make repos |