Revision: 2509
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2509
Author:   proski
Date:     2009-08-21 21:40:58 +0000 (Fri, 21 Aug 2009)
Log Message:
-----------
2009-08-21  Pavel Roskin  <[email protected]>

        * Makefile.in (install-local): Remove all files in
        $(DESTDIR)$(pkglibdir) before installing new files there.

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

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-08-18 19:50:31 UTC (rev 2508)
+++ trunk/grub2/ChangeLog       2009-08-21 21:40:58 UTC (rev 2509)
@@ -1,3 +1,8 @@
+2009-08-21  Pavel Roskin  <[email protected]>
+
+       * Makefile.in (install-local): Remove all files in
+       $(DESTDIR)$(pkglibdir) before installing new files there.
+
 2009-08-18  Felix Zielcke  <[email protected]>
 
        * util/powerpc/ieee1275/grub-mkrescue.in (grub_mkimage): Use

Modified: trunk/grub2/Makefile.in
===================================================================
--- trunk/grub2/Makefile.in     2009-08-18 19:50:31 UTC (rev 2508)
+++ trunk/grub2/Makefile.in     2009-08-21 21:40:58 UTC (rev 2509)
@@ -212,6 +212,7 @@
 
 install-local: all
        $(SHELL) $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
+       rm -f $(DESTDIR)$(pkglibdir)/*
        @list='$(PKGLIB)'; \
        for file in $$list; do \
          if test -f "$$file"; then dir=; else dir="$(srcdir)/"; fi; \



Reply via email to