This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
libreSSL
Watch
1
Star
0
Fork
0
You've already forked libreSSL
Code
Issues
Pull Requests
Releases
Wiki
Activity
cfa0445115
libreSSL
/
dist.sh
8 lines
96 B
Bash
Raw
Normal View
History
Unescape
Escape
added dist.sh script - generates tarball ok deraadt@ beck@
2014-07-29 04:00:25 +02:00
#!/bin/sh
set
-e
don't fail to make dist on a clean repo
2014-10-15 03:54:42 +02:00
rm -f man/*.1 man/*.3
added dist.sh script - generates tarball ok deraadt@ beck@
2014-07-29 04:00:25 +02:00
./autogen.sh
simplify packaging for libtls. Derive the file list from the Makefile.am template itself (DRY), ensure manpage is packaged with the final tarball.
2014-12-06 17:21:23 +01:00
./configure --enable-libtls
don't hardcode a fixed # of jobs for make
2014-12-09 01:35:22 +01:00
make distcheck
Reference in New Issue
Copy Permalink