All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] add check for python-devel to tools build
@ 2006-11-21 16:45 Jan Beulich
  2006-11-21 16:48 ` Daniel P. Berrange
  2006-11-21 16:51 ` Anthony Liguori
  0 siblings, 2 replies; 8+ messages in thread
From: Jan Beulich @ 2006-11-21 16:45 UTC (permalink / raw)
  To: xen-devel

Again, this must be given exec permission after applying.

Signed-off-by: Jan Beulich <jbeulich@novell.com>

Index: 2006-11-17/tools/check/check_python_devel
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ 2006-11-17/tools/check/check_python_devel	2006-11-21 12:03:08.000000000 +0100
@@ -0,0 +1,13 @@
+#!/bin/bash
+# CHECK-BUILD
+
+function error {
+    echo
+    echo "  *** Check for python development environment FAILED"
+    exit 1
+}
+
+lib=lib
+test "$(uname -m)" != x86_64 || lib=lib64
+set -e
+[ -e /usr/$lib/python/config/Makefile ] || error

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-11-22  9:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-21 16:45 [PATCH] add check for python-devel to tools build Jan Beulich
2006-11-21 16:48 ` Daniel P. Berrange
2006-11-21 16:51 ` Anthony Liguori
2006-11-21 17:06   ` Ewan Mellor
2006-11-21 17:10     ` Daniel P. Berrange
2006-11-21 17:23       ` Ewan Mellor
2006-11-22  8:10         ` Jan Beulich
2006-11-22  9:20           ` Keir Fraser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.