public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: "Fabio M. Di Nitto" <fabbione@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: master - build: fix bindings build when using external object tree
Date: Thu, 31 Jul 2008 08:59:00 -0000	[thread overview]
Message-ID: <20080731050120.4B1EF120020@lists.fedorahosted.org> (raw)

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


                 reply	other threads:[~2008-07-31  5:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080731050120.4B1EF120020@lists.fedorahosted.org \
    --to=fabbione@fedoraproject.org \
    --cc=cluster-cvs-relay@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).