public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* master - build: fix bindings build when using external object tree
@ 2008-07-31  8:59 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2008-07-31  8:59 UTC (permalink / raw)
  To: cluster-cvs-relay

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";


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-31  5:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-31  8:59 master - build: fix bindings build when using external object tree Fabio M. Di Nitto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).