This repository has been archived by the owner on Nov 18, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No longer mark the USE_SPECS common.mk Makefile variable for export,
because if it is so marked, it overrides the test in rabbitmq-server's Makefile when the make -C happens, and the override causes problems whenever the test here and the test there compare system_info(version) against *different* eshell version numbers. (Note that this is the case at the moment: the server needs R13B04, the client R13B01.) This change effectively lets the server code and this erlang client code make their own separate decisions about whether to compile with -Duse_specs or not, rather than the erlang-client calling the shots for both.
- Loading branch information