grub-devel
[Top][All Lists]
Advanced

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

Miscellaneous file cleanup


From: Bruce Dubbs
Subject: Miscellaneous file cleanup
Date: Fri, 04 Dec 2009 18:05:37 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080722 SeaMonkey/1.1.11

As a first attempt at an update, I am attaching a minor change to Makefile.in to remove left over files in docs when making distclean.

  -- Bruce
=== modified file 'ChangeLog'
--- ChangeLog   2009-11-30 01:25:57 +0000
+++ ChangeLog   2009-12-04 23:59:11 +0000
@@ -1,3 +1,9 @@
+2009-12-04  Bruce Dubbs  <address@hidden>
+
+       Remove miscellaneous files in distclean target.
+
+       * Makefile.in: Remove docs/{grub.info,version.texi,stamp-vti}
+
 2009-11-30  Robert Millan  <address@hidden>
 
        Fix $srcdir != $objdir build.

=== modified file 'Makefile.in'
--- Makefile.in 2009-11-30 01:25:57 +0000
+++ Makefile.in 2009-12-05 00:00:31 +0000
@@ -139,7 +139,9 @@
 MOSTLYCLEANFILES =
 DISTCLEANFILES = config.status config.cache config.log config.h \
        Makefile stamp-h include/grub/cpu include/grub/machine \
-       gensymlist.sh genkernsyms.sh build_env.mk
+       gensymlist.sh genkernsyms.sh build_env.mk \
+       docs/{grub.info,version.texi,stamp-vti}
+
 MAINTAINER_CLEANFILES = $(srcdir)/configure $(addprefix $(srcdir)/,$(MKFILES)) 
\
        $(srcdir)/DISTLIST $(srcdir)/config.h.in $(srcdir)/stamp-h.in $(INFOS)
 


reply via email to

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