From: robertmh Date: Mon, 26 Oct 2009 18:02:30 +0000 (+0000) Subject: 2009-10-26 Robert Millan X-Git-Tag: 1.98~472 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5947ae32f588d62077cbf341382a78fc9efc2f5b;p=thirdparty%2Fgrub.git 2009-10-26 Robert Millan * 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. --- diff --git a/ChangeLog b/ChangeLog index 5a1a7b35e..2a9c04844 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-10-26 Robert Millan + + * 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 * conf/i386-coreboot.rmk (script/sh/lexer.c_DEPENDENCIES): Moved diff --git a/Makefile.in b/Makefile.in index e0edbdb04..80ed07124 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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