summaryrefslogtreecommitdiffstats
path: root/GitConfigure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-03-27 01:31:03 +0100
committerRichard Levitte <levitte@openssl.org>2015-03-31 20:16:01 +0200
commit0190de80d57ec234f4b15bdab0efd71264239c62 (patch)
tree23bc43de9e9863b7b0630e52777310f1d8ac3486 /GitConfigure
parenta80e33b991e29988309964439fa8dba30af7ea5c (diff)
Remove remaining variables for symlinked/copied headers and tests
GitConfigure: no more 'no-symlinks' util/bat.sh, util/mk1mf.pl, util/pl/VC-32.pl, util/pl/unix.pl: - Remove all uses of EXHEADER. That includes removing the use if INC_D and INCO_D. - Replace the check for TEST with a check for [A-Z0-9_]*TEST. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'GitConfigure')
-rwxr-xr-xGitConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/GitConfigure b/GitConfigure
index 0821031afa..3451553245 100755
--- a/GitConfigure
+++ b/GitConfigure
@@ -2,7 +2,7 @@
BRANCH=`git rev-parse --abbrev-ref HEAD`
-./Configure $@ no-symlinks
+./Configure $@
make files
util/mk1mf.pl OUT=out.$BRANCH TMP=tmp.$BRANCH INC=inc.$BRANCH copy > makefile.$BRANCH
MAKE=make