mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
8 lines
99 B
Bash
Executable File
8 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
rm -f man/*.[35] include/openssl/*.h
|
|
./autogen.sh
|
|
./configure
|
|
make -j2 distcheck
|