Commit 92f69de6 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated strace to 5.10

parent 7d920b27
all: all:
tar xf strace.tar.xz tar xf strace-5.10.tar.xz
cd strace-5.2 && ./configure cd strace-5.10 && ./configure --prefix=/usr
$(MAKE) -C strace-5.2 $(MAKE) -C strace-5.10
$(MAKE) -C strace-5.2 install $(MAKE) -C strace-5.10 install
rm -rf strace-5.10
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