* etc/compilation.txt: Add more samples of output and non-output switches (bug#9319).
This commit is contained in:
parent
e59e73d83f
commit
4d993e7b54
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-08-22 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* compilation.txt: Add more samples of output and non-output
|
||||
switches (bug#9319).
|
||||
|
||||
2011-08-19 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* themes/dichromacy-theme.el:
|
||||
|
|
|
@ -556,8 +556,10 @@ tool --output foo.o foo.c
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue