This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

master - build: fix bindings build when using external object tree


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=4a37ba614b3e2139cd82862dd283269e80bca8b4
Commit:        4a37ba614b3e2139cd82862dd283269e80bca8b4
Parent:        c72a7fa22101cc977ef8580d70623affbc6177a9
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Thu Jul 31 06:59:05 2008 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Thu Jul 31 06:59:05 2008 +0200

build: fix bindings build when using external object tree

Stop symlinking files that are generated on the fly in objdir.

Propagate Makefile.bindings into objdir.

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 configure |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 72053a6..b4588ec 100755
--- a/configure
+++ b/configure
@@ -387,12 +387,11 @@ if (! -d "$objdir/make") {
   symlinks("gnbd-kernel","*.h");
   symlinks("gfs-kernel","*.c");
   symlinks("gfs-kernel","*.h");
+  symlinks("bindings","*.bindings");
   symlinks("bindings","*.pl");
-  symlinks("bindings","*.pm");
   symlinks("bindings","*.xs");
   symlinks("bindings","*.PL");
   symlinks("bindings","MANIFEST");
-  symlinks("bindings","META.yml");
   symlinks("bindings","typemap");
 } else {
   print "nothing to do\n";


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]