mdbx-build: add 'make dist' target.

Change-Id: I72c2ff2f90e9da4664bf542761fe445bb713a67a
This commit is contained in:
Leonid Yuriev
2019-09-10 02:19:35 +03:00
parent e7095e9ada
commit 3ec081c187
8 changed files with 215 additions and 147 deletions

View File

@@ -35,7 +35,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
#include "./internals.h"
#include "internals.h"
/*----------------------------------------------------------------------------*/
/* Internal inlines */

View File

@@ -85,7 +85,7 @@
#endif /* _MSC_VER (warnings) */
#include "../../mdbx.h"
#include "./defs.h"
#include "defs.h"
#if defined(__GNUC__) && !__GNUC_PREREQ(4,2)
/* Actualy libmdbx was not tested with compilers older than GCC from RHEL6.
@@ -140,7 +140,7 @@
# endif
#endif /* -Walignment-reduction-ignored */
#include "./osal.h"
#include "osal.h"
/* *INDENT-ON* */
/* clang-format on */

View File

@@ -12,7 +12,7 @@
* <http://www.OpenLDAP.org/license.html>.
*/
#include "./internals.h"
#include "internals.h"
/*----------------------------------------------------------------------------*/
/* global constructor/destructor */

View File

@@ -12,7 +12,7 @@
* <http://www.OpenLDAP.org/license.html>.
*/
#include "./internals.h"
#include "internals.h"
/* PREAMBLE FOR WINDOWS:
*

View File

@@ -14,7 +14,7 @@
* <http://www.OpenLDAP.org/license.html>.
*/
#include "./internals.h"
#include "internals.h"
#if defined(_WIN32) || defined(_WIN64)