1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

Use /dev/null instead of the Windows "nul" in flymake example

Fixes: debbugs:8715
This commit is contained in:
Lars Magne Ingebrigtsen 2011-07-15 15:59:53 +02:00
parent 1b5eaeb36c
commit 064e2d087e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
* flymake.texi (Example -- Configuring a tool called via make):
Use /dev/null instead of the Windows "nul" (bug#8715).
2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
* widget.texi (Setting Up the Buffer): Remove mention of the

View File

@ -483,7 +483,7 @@ our case this target might look like this:
@verbatim
check-syntax:
gcc -o nul -S ${CHK_SOURCES}
gcc -o /dev/null -S ${CHK_SOURCES}
@end verbatim
The format of error messages reported by @code{gcc} is already