Sign in
flutter
/
third_party
/
openssl
/
1f302db3e70f50f9b5e0860581a18e117eafcf20
/
.
/
GitConfigure
blob: 3451553245378128bff8086a4d31733a2eec5b0c [
file
] [
log
] [
blame
]
#!/bin/sh
BRANCH
=
`git rev-parse --abbrev-ref HEAD`
./
Configure
$@
make files
util
/
mk1mf
.
pl OUT
=
out
.
$BRANCH TMP
=
tmp
.
$BRANCH INC
=
inc
.
$BRANCH copy
>
makefile
.
$BRANCH
MAKE
=
make
which bsdmake
>
/
dev
/
null
&&
MAKE
=
bsdmake
$MAKE
-
f makefile
.
$BRANCH init