projects
/
oweals
/
openssl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
make update.
[oweals/openssl.git]
/
GitConfigure
1
#!/bin/sh
2
3
BRANCH=`git rev-parse --abbrev-ref HEAD`
4
5
./Configure $@
6
make files
7
util/mk1mf.pl OUT=out.$BRANCH TMP=tmp.$BRANCH INC=inc.$BRANCH copy > makefile.$BRANCH
8
MAKE=make
9
which bsdmake > /dev/null && MAKE=bsdmake
10
$MAKE -f makefile.$BRANCH init