diff options
| author | Matthias Radestock <matthias@lshift.net> | 2009-09-30 09:52:42 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2009-09-30 09:52:42 +0100 |
| commit | fc3fcc64d9d592830944c5bbf64567c2fbf71133 (patch) | |
| tree | 5b409a0e3967d4f681e542b6b0124b6aa1e80238 /Makefile | |
| parent | ef14e003116cec8bd99fa360994477f977e4f1ad (diff) | |
| download | rabbitmq-server-git-fc3fcc64d9d592830944c5bbf64567c2fbf71133.tar.gz | |
s/bool()/boolean() in type specs
since in R13B02 erlc spits out deprecation warnings otherwise
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,10 +23,10 @@ RABBIT_PLT=rabbit.plt ifndef USE_SPECS # our type specs rely on features / bug fixes in dialyzer that are -# only available in R13B upwards (R13B is eshell 5.7.1) +# only available in R13B01 upwards (R13B01 is eshell 5.7.2) # # NB: the test assumes that version number will only contain single digits -USE_SPECS=$(shell if [ $$(erl -noshell -eval 'io:format(erlang:system_info(version)), halt().') \> "5.7.0" ]; then echo "true"; else echo "false"; fi) +USE_SPECS=$(shell if [ $$(erl -noshell -eval 'io:format(erlang:system_info(version)), halt().') \> "5.7.1" ]; then echo "true"; else echo "false"; fi) endif #other args: +native +"{hipe,[o3,verbose]}" -Ddebug=true +debug_info +no_strict_record_tests |
