Commit 5c5b797a authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Print in build log env info to help debug builds on different platforms

Also fix file permissions.
parent 5d33a5db
...@@ -2,6 +2,7 @@ mariadb-10.0 (10.0.22-2~exp2) UNRELEASED; urgency=low ...@@ -2,6 +2,7 @@ mariadb-10.0 (10.0.22-2~exp2) UNRELEASED; urgency=low
* Replace old 'make test' structure with direct call on mysql-test-run and * Replace old 'make test' structure with direct call on mysql-test-run and
parallelize the test suite run in the Debian build. parallelize the test suite run in the Debian build.
* Print in build log env info to help debug builds on different platforms.
-- Otto Kekäläinen <otto@seravo.fi> Fri, 13 Nov 2015 22:08:49 +0200 -- Otto Kekäläinen <otto@seravo.fi> Fri, 13 Nov 2015 22:08:49 +0200
......
File mode changed from 100755 to 100644
...@@ -85,6 +85,8 @@ override_dh_auto_configure: ...@@ -85,6 +85,8 @@ override_dh_auto_configure:
# This is needed, otherwise 'make test' will run before binaries have been built # This is needed, otherwise 'make test' will run before binaries have been built
override_dh_auto_build: override_dh_auto_build:
@echo "RULES.$@" @echo "RULES.$@"
# Print build env info to help debug builds on different platforms
dpkg-architecture
cd $(BUILDDIR) && $(MAKE) cd $(BUILDDIR) && $(MAKE)
touch $@ touch $@
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment