aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi Xiaoming <lixm.fnst@cn.fujitsu.com>2019-11-22 07:27:23 +0100
committerLi Xiaoming <lixm.fnst@cn.fujitsu.com>2019-11-22 07:27:23 +0100
commit09e715342e77d0cb57150854baad98eaca12eff3 (patch)
tree4f239ccd13ff6eebcd98a276fb6027c8ee45917c
parentdf68cd9163cc7a6e9196b774bed2aa7aea4c3516 (diff)
Bug-AGL: SPEC-2816 Change-Id: I05656e31b5f9949208e12b17888f49f6811f78b4 Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
-rwxr-xr-xautobuild/agl/autobuild (renamed from conf.d/autobuild/agl/autobuild)2
-rwxr-xr-xautobuild/linux/autobuild (renamed from conf.d/autobuild/linux/autobuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf.d/autobuild/agl/autobuild b/autobuild/agl/autobuild
index 83097ab..8da3fab 100755
--- a/conf.d/autobuild/agl/autobuild
+++ b/autobuild/agl/autobuild
@@ -15,7 +15,7 @@
# limitations under the License.
THISFILE := $(lastword $(MAKEFILE_LIST))
-BUILD_DIR := $(abspath $(dir $(THISFILE)/../../../../..)/build)
+BUILD_DIR := $(abspath $(dir $(THISFILE))/../../build)
DEST := ${BUILD_DIR}/target
.PHONY: all clean distclean configure build package help update
diff --git a/conf.d/autobuild/linux/autobuild b/autobuild/linux/autobuild
index 83097ab..8da3fab 100755
--- a/conf.d/autobuild/linux/autobuild
+++ b/autobuild/linux/autobuild
@@ -15,7 +15,7 @@
# limitations under the License.
THISFILE := $(lastword $(MAKEFILE_LIST))
-BUILD_DIR := $(abspath $(dir $(THISFILE)/../../../../..)/build)
+BUILD_DIR := $(abspath $(dir $(THISFILE))/../../build)
DEST := ${BUILD_DIR}/target
.PHONY: all clean distclean configure build package help update