From: Kiran Kamineni Date: Wed, 4 Apr 2018 18:41:40 +0000 (-0700) Subject: Adding a new parent Makefile X-Git-Tag: 2.0.0-ONAP~38 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=709adb713bb1bf790021abe3f98f9d1713b082c4;p=aaf%2Fsms.git Adding a new parent Makefile This patch adds a new parent Makefile that will be called by the jenkins job once the smsquorum code also comes under this GOPATH Issue-ID: AAF-213 Change-Id: I50d5f72b91455c501505130fbbf41ba245f1800a Signed-off-by: Kiran Kamineni --- diff --git a/sms-service/src/Makefile b/sms-service/src/Makefile new file mode 100644 index 0000000..4091a3e --- /dev/null +++ b/sms-service/src/Makefile @@ -0,0 +1,5 @@ +build: + $(MAKE) -C sms build + +deploy: + $(MAKE) -C sms deploy \ No newline at end of file diff --git a/sms-service/src/sms/Makefile b/sms-service/src/sms/Makefile index 25c12e1..a0add45 100644 --- a/sms-service/src/sms/Makefile +++ b/sms-service/src/sms/Makefile @@ -1,4 +1,4 @@ -GOPATH := $(shell realpath "$(PWD)/../../") +GOPATH := $(shell realpath "$(CURDIR)/../../") BINARY := sms PLATFORM := linux DEPENDENCIES := github.com/golang/dep/cmd/dep