aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2011-08-22 16:08:35 +0300
committerJuri Linkov2011-08-22 16:08:35 +0300
commit4d993e7b54b8d302f8b3f96b5c044ce1a0486357 (patch)
tree68d664fbcff6f4f974477cf0a8124c5782f5c402
parente59e73d83f5aa3705ebaaa2f1637b392f0b3e4f5 (diff)
downloademacs-4d993e7b54b8d302f8b3f96b5c044ce1a0486357.tar.gz
emacs-4d993e7b54b8d302f8b3f96b5c044ce1a0486357.zip
* etc/compilation.txt: Add more samples of output and non-output switches (bug#9319).
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/compilation.txt6
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 @@
12011-08-22 Juri Linkov <juri@jurta.org>
2
3 * compilation.txt: Add more samples of output and non-output
4 switches (bug#9319).
5
12011-08-19 Chong Yidong <cyd@stupidchicken.com> 62011-08-19 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * themes/dichromacy-theme.el: 8 * 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
556tool --output=foo.o foo.c 556tool --output=foo.o foo.c
557tool --outfile foo.o foo.c 557tool --outfile foo.o foo.c
558tool --outfile=foo.o foo.c 558tool --outfile=foo.o foo.c
559tool --omega foo.c 559tool -omega foo.c foo2.c
560tool --output-html-file foo.c 560tool -output-html-file foo.c foo2.c
561tool --omega foo.c foo2.c
562tool --output-html-file foo.c foo2.c
561 563
562Compilation started at Wed Jul 20 12:20:10 564Compilation started at Wed Jul 20 12:20:10
563Compilation interrupt at Wed Jul 20 12:20:10 565Compilation interrupt at Wed Jul 20 12:20:10