From c6a302283cee53d113d88db89c0a242576dbc8c4 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期六, 13 六月 2020 10:15:50 +0800 Subject: [PATCH] 修改包路径 --- Makefile | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index ab20156..e677f6b 100755 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DIRS = common hcnetdisk_wrapper netdisk +DIRS = common device service all: for i in $(DIRS); do \ @@ -17,6 +17,16 @@ - ipcrm -S 146 - ipcrm -S 8899 + +package: + mkdir -p ./build/bin + cp ./service/netdisk_service ./build/bin/ + mkdir -p ./build/common + cp ./common/libusgcommon.a ./build/common + cp ./common/libusgcommon.so ./build/common + cp -a ./data ./build + + tarname = basic_pack.tar.gz tar: -- Gitblit v1.8.0