diff options
author | Dan Radez <dradez@redhat.com> | 2016-09-26 20:02:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-26 20:02:30 +0000 |
commit | 8d6e0e73023eeaeef681880bad87a5ea8044bc73 (patch) | |
tree | 040dabe09fc9ef5221cf8938e9ebf614d49656cc /build/Makefile | |
parent | dd6bb69f77dda4d89876efd1524e907a1bf44748 (diff) | |
parent | 38de9ff18e44e5c3c1393c060481fbbb27543704 (diff) |
Merge "migrating to proposed common network settings file"
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/Makefile b/build/Makefile index 7374215e..479d09bc 100644 --- a/build/Makefile +++ b/build/Makefile @@ -19,9 +19,6 @@ export RPMODL = $(shell pwd)/noarch/opnfv-apex-$(RPMVERS)-$(shell echo ${RELEASE export RPMONO = $(shell pwd)/noarch/opnfv-apex-onos-$(RPMVERS)-$(shell echo ${RELEASE} | tr -d '_-').noarch.rpm export RPMSFC = $(shell pwd)/noarch/opnfv-apex-opendaylight-sfc-$(RPMVERS)-$(shell echo ${RELEASE} | tr -d '_-').noarch.rpm -all_networks="admin_network private_network storage_network external_network api_network" - - .PHONY: all all: iso |