]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-10-26 Robert Millan <rmh.grub@aybabtu.com>
authorrobertmh <robertmh@localhost>
Mon, 26 Oct 2009 18:02:30 +0000 (18:02 +0000)
committerrobertmh <robertmh@localhost>
Mon, 26 Oct 2009 18:02:30 +0000 (18:02 +0000)
        * Makefile.in (docs/grub.info): Use make syntax to ignore errors
        in $(MAKEINFO) invocation.  This makes it clear in output that
        errors are being ignored.

ChangeLog
Makefile.in

index 5a1a7b35e4eacc9d0cadd9f75368433f348fdeab..2a9c048449110053fd0d5f557e619d15541ca378 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-26  Robert Millan  <rmh.grub@aybabtu.com>
+
+       * Makefile.in (docs/grub.info): Use make syntax to ignore errors
+       in $(MAKEINFO) invocation.  This makes it clear in output that
+       errors are being ignored.
+
 2009-10-26  Robert Millan  <rmh.grub@aybabtu.com>
 
        * conf/i386-coreboot.rmk (script/sh/lexer.c_DEPENDENCIES): Moved
index e0edbdb04d8400721a064f8f4f22ae0be549f6e1..80ed071249fd5770474f1c2cbc4b0e1961cd54ac 100644 (file)
@@ -197,7 +197,7 @@ docs/stamp-vti: docs/grub.texi configure.ac
 # Use --force until such time as the documentation is cleaned up.
 docs/grub.info: docs/grub.texi docs/version.texi docs/fdl.texi
        $(MKDIR_P) docs
-       $(MAKEINFO) -P $(builddir)/docs --no-split --force $< -o $@ || :
+       -$(MAKEINFO) -P $(builddir)/docs --no-split --force $< -o $@
 
 ifeq (, $(UNIFONT_BDF))
 else