Codebase list unsafeopenssl / a357c3bc-a308-446e-8721-47927bdc4bdb/main GitConfigure
a357c3bc-a308-446e-8721-47927bdc4bdb/main

Tree @a357c3bc-a308-446e-8721-47927bdc4bdb/main (Download .tar.gz)

GitConfigure @a357c3bc-a308-446e-8721-47927bdc4bdb/mainraw · 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