commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[2385] 2009-07-01 Pavel Roskin <address@hidden>


From: Pavel Roskin
Subject: [2385] 2009-07-01 Pavel Roskin <address@hidden>
Date: Wed, 01 Jul 2009 22:48:38 +0000

Revision: 2385
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2385
Author:   proski
Date:     2009-07-01 22:48:38 +0000 (Wed, 01 Jul 2009)
Log Message:
-----------
2009-07-01  Pavel Roskin  <address@hidden>

        * Makefile.in: Install include/grub/machine symlink.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/Makefile.in

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-07-01 22:47:28 UTC (rev 2384)
+++ trunk/grub2/ChangeLog       2009-07-01 22:48:38 UTC (rev 2385)
@@ -1,5 +1,7 @@
 2009-07-01  Pavel Roskin  <address@hidden>
 
+       * Makefile.in: Install include/grub/machine symlink.
+
        * Makefile.in: When installing symlinks, use "cp -fR", which
        works on FreeBSD and MacOSX.
        From Yves Blusseau <address@hidden>

Modified: trunk/grub2/Makefile.in
===================================================================
--- trunk/grub2/Makefile.in     2009-07-01 22:47:28 UTC (rev 2384)
+++ trunk/grub2/Makefile.in     2009-07-01 22:48:38 UTC (rev 2385)
@@ -204,7 +204,8 @@
        echo "COMMON_LDFLAGS=$(COMMON_LDFLAGS)"\
        ) > $@
 pkglib_BUILDDIR += config.h grub_script.tab.h
-include_DATA += $(shell find $(srcdir)/include -name \*.h | sed -e 
"s,^$(srcdir)/,,g") include/grub/cpu
+include_DATA += $(shell find $(srcdir)/include -name \*.h | sed -e 
"s,^$(srcdir)/,,g") \
+       include/grub/cpu include/grub/machine
 
 all-local: $(PROGRAMS) $(PKGLIB) $(PKGDATA) $(SCRIPTS) $(MKFILES)
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]