[tbb] 02/03: Display host system page size

Steven Capper capper-guest at moszumanska.debian.org
Sun Jul 30 20:46:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

capper-guest pushed a commit to branch master
in repository tbb.

commit 21433a7a9dc7e1979b4c5a33c08b3574e17531f9
Author: Steve Capper <steven.capper at gmail.com>
Date:   Sun Jul 30 19:43:14 2017 +0100

    Display host system page size
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index d694657..0c76b02 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,6 +54,7 @@ override_dh_auto_build:
 # dump out diagnostics
 	cat /proc/cpuinfo
 	gcc -dM -E - < /dev/null
+	echo Build system page size is $$(($$(getconf PAGESIZE) >> 10)) KiB
 
 	sed -e"s/@VERSION@/$(VERSION)/g;s/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/g" \
 		debian/tbb.pc.in > debian/tbb.pc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/tbb.git



More information about the debian-science-commits mailing list