diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-09 18:11:24 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-09 18:11:24 +0200 |
commit | 20eaa9b48b43407a9a4f023655cb940c59b8917a (patch) | |
tree | 8138a8441ca9fcba17cd9a724b860850b51754a6 /CAN-binder/build.mk | |
parent | 24c4af5f03b233331782400b780bd5cbca0133a3 (diff) |
Rename submodule path to app-templates as the repo
Change-Id: Ic4c2c5e50a19199614b7f1aaa8e1d2f9992fb3af
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/build.mk')
-rwxr-xr-x | CAN-binder/build.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CAN-binder/build.mk b/CAN-binder/build.mk index 24244cf5..7c2c7fe7 100755 --- a/CAN-binder/build.mk +++ b/CAN-binder/build.mk @@ -15,7 +15,7 @@ # limitations under the License. BUILD_DIR := build -PACKAGING_DIR := conf.d/default/wgt +PACKAGING_DIR := conf.d/app-templates/wgt VPATH = etc:$(PACKAGING_DIR):$(PACKAGING_DIR)/etc:$(BUILD_DIR) @@ -29,7 +29,7 @@ clean: mrproper: @rm -rf ${BUILD_DIR} package packaging -build: conf.d/default/cmake config.xml.in icon-default.png ${BUILD_DIR}/Makefile +build: conf.d/app-templates/cmake config.xml.in icon-default.png ${BUILD_DIR}/Makefile @cmake --build ${BUILD_DIR} --target all package: build | $(PKG_FILELIST) @@ -47,9 +47,9 @@ ${BUILD_DIR}/Makefile: @[ -f ${BUILD_DIR}/Makefile ] || (cd ${BUILD_DIR} && cmake ${CMAKE_OPTS} ..) submodule: - @[ -d conf.d/default/cmake ] || git submodule init - @[ -d conf.d/default/cmake ] || git submodule update + @[ -d conf.d/app-templates/cmake ] || git submodule init + @[ -d conf.d/app-templates/cmake ] || git submodule update -conf.d/default/cmake: submodule +conf.d/app-templates/cmake: submodule config.xml.in: submodule icon-default.png: submodule |