From 4d993e7b54b8d302f8b3f96b5c044ce1a0486357 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Mon, 22 Aug 2011 16:08:35 +0300 Subject: [PATCH] * etc/compilation.txt: Add more samples of output and non-output switches (bug#9319). --- etc/ChangeLog | 5 +++++ etc/compilation.txt | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/etc/ChangeLog b/etc/ChangeLog index c2f7e3cb0d2..31752a2bc2a 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2011-08-22 Juri Linkov + + * compilation.txt: Add more samples of output and non-output + switches (bug#9319). + 2011-08-19 Chong Yidong * themes/dichromacy-theme.el: diff --git a/etc/compilation.txt b/etc/compilation.txt index 2e452b58c8d..eeb09b1712c 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt @@ -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