All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yves BLUSSEAU" <cl7m42e02@sneakemail.com>
To: grub-devel@gnu.org
Subject: Patch for make install
Date: Tue, 30 Jun 2009 22:20:06 +0200	[thread overview]
Message-ID: <26199-98075@sneakemail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 268 bytes --]

Hi,

this patch correct installation of headers files on Mac OSX.

Bug:
       cp: ./include/grub/cpu is a directory (not copied).

I have done a make install under OSX and linux after applying the  
patch. Now it works on the 2 systems.


Best Regards
Yves Blusseau


[-- Attachment #2: make_install.patch --]
[-- Type: application/octet-stream, Size: 487 bytes --]

diff --git a/Makefile.in b/Makefile.in
index f82566a..54a05d6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -229,7 +229,7 @@ install-local: all
 	    $(INSTALL_DATA) $$dir$$file $(DESTDIR)$(includedir)/$$dest; \
 	  elif test -L "$$dir$$file"; then \
 	    rm -rf $(DESTDIR)$(includedir)/$$dest && \
-	    cp -fP $$dir$$file $(DESTDIR)$(includedir)/$$dest; \
+	    cp -fR $$dir$$file $(DESTDIR)$(includedir)/$$dest; \
 	  fi; \
 	done
 	$(SHELL) $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)

[-- Attachment #3: Type: text/plain, Size: 1 bytes --]



             reply	other threads:[~2009-06-30 20:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-30 20:20 Yves BLUSSEAU [this message]
2009-07-01  0:54 ` Patch for make install Pavel Roskin
2009-07-01 10:34   ` Vladimir 'phcoder' Serbinenko
2009-07-01 22:49 ` Pavel Roskin

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=26199-98075@sneakemail.com \
    --to=cl7m42e02@sneakemail.com \
    --cc=grub-devel@gnu.org \
    /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 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.