This website requires JavaScript.
Explore
Help
Sign In
factotum
/
libressl-portable
Watch
1
Fork
0
You've already forked libressl-portable
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
libressl-portable
/
dist.sh
8 lines
100 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
use 'make distcheck' for the release build script
2014-12-07 18:16:16 -06:00
make -j4 distcheck
Reference in New Issue
Copy Permalink