All of lore.kernel.org
 help / color / mirror / Atom feed
* Miscellaneous file cleanup
@ 2009-12-05  0:05 Bruce Dubbs
  2009-12-05 20:40 ` Robert Millan
  0 siblings, 1 reply; 4+ messages in thread
From: Bruce Dubbs @ 2009-12-05  0:05 UTC (permalink / raw)
  To: The development of GNU GRUB

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

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

[-- Attachment #2: makefile.in.diff --]
[-- Type: text/plain, Size: 956 bytes --]

=== 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  <bruce.dubbs@gmail.com>
+
+	Remove miscellaneous files in distclean target.
+
+	* Makefile.in: Remove docs/{grub.info,version.texi,stamp-vti}
+
 2009-11-30  Robert Millan  <rmh.grub@aybabtu.com>
 
 	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)
 


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

* Re: Miscellaneous file cleanup
  2009-12-05  0:05 Miscellaneous file cleanup Bruce Dubbs
@ 2009-12-05 20:40 ` Robert Millan
  2009-12-05 21:29   ` Bruce Dubbs
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Millan @ 2009-12-05 20:40 UTC (permalink / raw)
  To: The development of GNU GRUB

On Fri, Dec 04, 2009 at 06:05:37PM -0600, Bruce Dubbs wrote:
> +	docs/{grub.info,version.texi,stamp-vti}

This seems bash-specific.  Have you tested it with another shell?

-- 
Robert Millan

  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all."



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

* Re: Miscellaneous file cleanup
  2009-12-05 20:40 ` Robert Millan
@ 2009-12-05 21:29   ` Bruce Dubbs
  2009-12-09 21:43     ` Robert Millan
  0 siblings, 1 reply; 4+ messages in thread
From: Bruce Dubbs @ 2009-12-05 21:29 UTC (permalink / raw)
  To: The development of GNU GRUB

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

Robert Millan wrote:
> On Fri, Dec 04, 2009 at 06:05:37PM -0600, Bruce Dubbs wrote:
>> +	docs/{grub.info,version.texi,stamp-vti}
> 
> This seems bash-specific.  Have you tested it with another shell?

No I didn't.  Sorry about that.  Try this patch.

   -- Bruce


[-- Attachment #2: Makefile.in.diff --]
[-- Type: text/plain, Size: 582 bytes --]

=== modified file 'Makefile.in'
--- Makefile.in	2009-11-30 01:25:57 +0000
+++ Makefile.in	2009-12-05 21:27:46 +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 docs/version.texi docs/stamp-vti
+
 MAINTAINER_CLEANFILES = $(srcdir)/configure $(addprefix $(srcdir)/,$(MKFILES)) \
 	$(srcdir)/DISTLIST $(srcdir)/config.h.in $(srcdir)/stamp-h.in $(INFOS)
 


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

* Re: Miscellaneous file cleanup
  2009-12-05 21:29   ` Bruce Dubbs
@ 2009-12-09 21:43     ` Robert Millan
  0 siblings, 0 replies; 4+ messages in thread
From: Robert Millan @ 2009-12-09 21:43 UTC (permalink / raw)
  To: The development of GNU GRUB

On Sat, Dec 05, 2009 at 03:29:13PM -0600, Bruce Dubbs wrote:
> Robert Millan wrote:
>> On Fri, Dec 04, 2009 at 06:05:37PM -0600, Bruce Dubbs wrote:
>>> +	docs/{grub.info,version.texi,stamp-vti}
>>
>> This seems bash-specific.  Have you tested it with another shell?
>
> No I didn't.  Sorry about that.  Try this patch.

Thanks, committed.

-- 
Robert Millan

  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all."



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

end of thread, other threads:[~2009-12-09 21:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-05  0:05 Miscellaneous file cleanup Bruce Dubbs
2009-12-05 20:40 ` Robert Millan
2009-12-05 21:29   ` Bruce Dubbs
2009-12-09 21:43     ` Robert Millan

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.