emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105531: * etc/compilation.txt: Add m


From: Juri Linkov
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105531: * etc/compilation.txt: Add more samples of output and non-output switches (bug#9319).
Date: Mon, 22 Aug 2011 16:08:35 +0300
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105531
committer: Juri Linkov <address@hidden>
branch nick: trunk
timestamp: Mon 2011-08-22 16:08:35 +0300
message:
  * etc/compilation.txt: Add more samples of output and non-output switches 
(bug#9319).
modified:
  etc/ChangeLog
  etc/compilation.txt
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2011-08-19 00:12:45 +0000
+++ b/etc/ChangeLog     2011-08-22 13:08:35 +0000
@@ -1,3 +1,8 @@
+2011-08-22  Juri Linkov  <address@hidden>
+
+       * compilation.txt: Add more samples of output and non-output
+       switches (bug#9319).
+
 2011-08-19  Chong Yidong  <address@hidden>
 
        * themes/dichromacy-theme.el:

=== modified file 'etc/compilation.txt'
--- a/etc/compilation.txt       2011-08-22 12:46:45 +0000
+++ b/etc/compilation.txt       2011-08-22 13:08:35 +0000
@@ -556,8 +556,10 @@
 tool --output=foo.o foo.c
 tool --outfile foo.o foo.c
 tool --outfile=foo.o foo.c
-tool --omega foo.c
-tool --output-html-file foo.c
+tool -omega foo.c foo2.c
+tool -output-html-file foo.c foo2.c
+tool --omega foo.c foo2.c
+tool --output-html-file foo.c foo2.c
 
 Compilation started at Wed Jul 20 12:20:10
 Compilation interrupt at Wed Jul 20 12:20:10


reply via email to

[Prev in Thread] Current Thread [Next in Thread]