GitConfigure 207 B

12345678
  1. #!/bin/sh
  2. BRANCH=`git rev-parse --abbrev-ref HEAD`
  3. ./Configure $@ no-symlinks
  4. make files
  5. util/mk1mf.pl OUT=out.$BRANCH TMP=tmp.$BRANCH INC=inc.$BRANCH copy > makefile.$BRANCH
  6. make -f makefile.$BRANCH init