Commit 97b36b8c authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

make -C

parent 0df332e7
...@@ -87,9 +87,7 @@ jobs: ...@@ -87,9 +87,7 @@ jobs:
run: | run: |
git clone -b v0.4.0 https://github.com/libbpf/libbpf git clone -b v0.4.0 https://github.com/libbpf/libbpf
cd libbpf cd libbpf
export PREFIX=$PWD/build PREFIX=$PWD/build make -C src install
cd src
make install
EXTRA_AUTOTOOLS_OPTS="--with-libbpf" EXTRA_AUTOTOOLS_OPTS="--with-libbpf"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment