From 794acdd7e45b2305f25fdddc6fd43e7648216807 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期二, 16 六月 2020 17:14:57 +0800 Subject: [PATCH] move ipc --- 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