All of lore.kernel.org
 help / color / mirror / Atom feed
* Patch for make install
@ 2009-06-30 20:20 Yves BLUSSEAU
  2009-07-01  0:54 ` Pavel Roskin
  2009-07-01 22:49 ` Pavel Roskin
  0 siblings, 2 replies; 4+ messages in thread
From: Yves BLUSSEAU @ 2009-06-30 20:20 UTC (permalink / raw)
  To: grub-devel

[-- 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 --]



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

end of thread, other threads:[~2009-07-01 22:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-30 20:20 Patch for make install Yves BLUSSEAU
2009-07-01  0:54 ` Pavel Roskin
2009-07-01 10:34   ` Vladimir 'phcoder' Serbinenko
2009-07-01 22:49 ` Pavel Roskin

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.