Revision: 2661
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2661
Author: robertmh
Date: 2009-10-26 18:02:30 +0000 (Mon, 26 Oct 2009)
Log Message:
-----------
2009-10-26 Robert Millan <[email protected]>
* 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.
Modified Paths:
--------------
trunk/grub2/ChangeLog
trunk/grub2/Makefile.in
Property Changed:
----------------
trunk/grub2/
Property changes on: trunk/grub2
___________________________________________________________________
Modified: bzr:revision-info
- timestamp: 2009-10-26 18:59:33.750000000 +0100
committer: Robert Millan <[email protected]>
properties:
branch-nick: trunk
+ timestamp: 2009-10-26 19:01:19.134000063 +0100
committer: Robert Millan <[email protected]>
properties:
branch-nick: trunk
Modified: bzr:revision-id:v3-single1-dHJ1bmsvZ3J1YjI.
- 1769 [email protected]
1770 [email protected]
1771 [email protected]
1772 [email protected]
1773 [email protected]
1774 [email protected]
1775 [email protected]
1776 [email protected]
1777 [email protected]
1778 [email protected]
1779 [email protected]
1780 [email protected]
1781 [email protected]
1784 [email protected]
+ 1769 [email protected]
1770 [email protected]
1771 [email protected]
1772 [email protected]
1773 [email protected]
1774 [email protected]
1775 [email protected]
1776 [email protected]
1777 [email protected]
1778 [email protected]
1779 [email protected]
1780 [email protected]
1781 [email protected]
1784 [email protected]
1785 [email protected]
Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog 2009-10-26 18:02:19 UTC (rev 2660)
+++ trunk/grub2/ChangeLog 2009-10-26 18:02:30 UTC (rev 2661)
@@ -1,5 +1,11 @@
2009-10-26 Robert Millan <[email protected]>
+ * 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 <[email protected]>
+
* conf/i386-coreboot.rmk (script/sh/lexer.c_DEPENDENCIES): Moved
from here ...
* conf/common.rmk (script/sh/lexer.c_DEPENDENCIES): ... to here.
Modified: trunk/grub2/Makefile.in
===================================================================
--- trunk/grub2/Makefile.in 2009-10-26 18:02:19 UTC (rev 2660)
+++ trunk/grub2/Makefile.in 2009-10-26 18:02:30 UTC (rev 2661)
@@ -197,7 +197,7 @@
# 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