Skip to content

Commit d1e9e1c

Browse files
author
Atsushi Abe
committed
Add I/F checking
1 parent 098419d commit d1e9e1c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

entrypoint.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,12 @@
44
./configure --prefix=$1
55
make
66
make install
7+
8+
# Backend I/F checking
9+
cd $1
10+
git clone https://github.com/LinearTapeFileSystem/ltfs-backends.git
11+
cd ltfs-backends
12+
export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/tmp/ltfs/lib/pkgconfig
13+
./autogen.sh
14+
./configure --enable-checkonly
15+
make

0 commit comments

Comments
 (0)