diff options
author | Daniel Smith <daniel.smith@ericsson.com> | 2015-08-25 11:25:32 -0400 |
---|---|---|
committer | Daniel Smith <daniel.smith@ericsson.com> | 2015-08-25 11:26:19 -0400 |
commit | dd8ca32f84388f1bef6100459161855eee0509e9 (patch) | |
tree | bc5cb6219781018cea6703b3b97186ea5d475419 /fuel/build/Makefile | |
parent | 7957a97c3476f3e2f9c29d22c91d7c117e1df38c (diff) |
Removed ODL_DOCKER implementation (DEPRECATED FOR PLUGIN ARCH IN FUEL 6.1/SR1 OF ARNO)
Change-Id: I8643d268c5d5e3395725667deb50b5f9df7c3f09
JIRA:0
Signed-off-by: Daniel Smith <daniel.smith@ericsson.com>
Diffstat (limited to 'fuel/build/Makefile')
-rw-r--r-- | fuel/build/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fuel/build/Makefile b/fuel/build/Makefile index 284f519..4acf5e2 100644 --- a/fuel/build/Makefile +++ b/fuel/build/Makefile @@ -42,7 +42,6 @@ SUBDIRS += f_osnaily SUBDIRS += f_l23network SUBDIRS += f_resolvconf SUBDIRS += f_ntp -SUBDIRS += f_odl_docker # f_example is only an example of how to generate a .deb package and # should not be enabled in official builds. @@ -62,7 +61,6 @@ all: @echo "Versions of cached build results built by" $(shell hostname) "at" $(shell date -u) > $(VERSION_FILE) @echo "cache.mk" $(shell md5sum $(BUILD_BASE)/cache.mk | cut -f1 -d " ") >> $(VERSION_FILE) @echo "config.mk" $(shell md5sum $(BUILD_BASE)/config.mk | cut -f1 -d " ") >> $(VERSION_FILE) - $(MAKE) -C f_odl_docker -f Makefile all @make -C docker @docker/runcontext $(DOCKERIMG) $(MAKE) $(MAKEFLAGS) iso |