Codebase list unsafeopenssl / master GitConfigure
master

Tree @master (Download .tar.gz)

GitConfigure @masterraw · history · blame

1
2
3
4
5
6
7
8
#!/bin/sh

BRANCH=`git rev-parse --abbrev-ref HEAD`

./Configure $@ no-symlinks
make files
util/mk1mf.pl OUT=out.$BRANCH TMP=tmp.$BRANCH INC=inc.$BRANCH copy > makefile.$BRANCH
make -f makefile.$BRANCH init