From 30265261cf63f308aa9ee3eeca47904370327a6a Mon Sep 17 00:00:00 2001 From: "Tate, Hongliang Tian" Date: Thu, 18 Jul 2019 11:02:01 +0000 Subject: [PATCH] Remove a deprecated submodule sgx_protect_file --- .gitmodules | 3 --- Makefile | 1 - deps/sgx_protect_file | 1 - 3 files changed, 5 deletions(-) delete mode 160000 deps/sgx_protect_file diff --git a/.gitmodules b/.gitmodules index 641851e7..43ee963e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,9 +6,6 @@ path = deps/xmas-elf url = https://github.com/occlum/xmas-elf branch = master -[submodule "deps/sgx_protect_file"] - path = deps/sgx_protect_file - url = https://github.com/occlum/sgx_protect_file [submodule "deps/sefs"] path = deps/sefs url = https://github.com/occlum/sefs.git diff --git a/Makefile b/Makefile index 4c3927e0..ff609078 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,6 @@ all: src submodule: git submodule init git submodule update - cd deps/sgx_protect_file && make cd deps/sefs/sefs-fuse && make src: diff --git a/deps/sgx_protect_file b/deps/sgx_protect_file deleted file mode 160000 index 5f2e64ef..00000000 --- a/deps/sgx_protect_file +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5f2e64efd27714e90b4a22f4a3ce46ef6598d32a