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
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-28 21:00:25 -05:00
#!/bin/sh
set
-e
don't fail to make dist on a clean repo
2014-10-14 20:54:42 -05:00
rm -f man/*.1 man/*.3
added dist.sh script - generates tarball ok deraadt@ beck@
2014-07-28 21:00:25 -05: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 10:21:23 -06:00
./configure --enable-libtls
don't hardcode a fixed # of jobs for make
2014-12-08 18:35:22 -06:00
make distcheck
Reference in New Issue
Copy Permalink