mirror of
https://github.com/openssl/openssl.git
synced 2024-12-03 23:14:37 +08:00
Helper scripts for one makefile build.
This commit is contained in:
parent
1a70fe953a
commit
9fc3ebda13
8
GitConfigure
Executable file
8
GitConfigure
Executable file
@ -0,0 +1,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
|
Loading…
Reference in New Issue
Block a user