aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2011-08-22 21:58:42 +0200
committerJoakim Verona2011-08-22 21:58:42 +0200
commit478018d61a93447cfb85e66aaa656357ba120021 (patch)
tree4421dcb17a170ee775bc7ddc1ffe3f1844d3bb93 /etc
parent31cb6a3b9092712bab0a1821e72e3b61b7105087 (diff)
parentdac347dd4a459bbbd7274f106797201e6e420701 (diff)
downloademacs-478018d61a93447cfb85e66aaa656357ba120021.tar.gz
emacs-478018d61a93447cfb85e66aaa656357ba120021.zip
upstream
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/compilation.txt17
2 files changed, 19 insertions, 3 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 888c1f94c33..eeb09b1712c 100644
--- a/etc/compilation.txt
+++ b/etc/compilation.txt
@@ -546,9 +546,20 @@ checking whether to build shared libraries... yes
546checking whether -lc should be explicitly linked in... (cached) no 546checking whether -lc should be explicitly linked in... (cached) no
547checking For GLIB - version >= 2.0.0... yes (version 2.1.0) 547checking For GLIB - version >= 2.0.0... yes (version 2.1.0)
548checking FONTCONFIG_CFLAGS... 548checking FONTCONFIG_CFLAGS...
549g++ -o foo.o foo.cc 549tool -o foo.o foo.c
550tool1 -output=foo foo.x 550tool -o=foo.o foo.c
551tool2 --outfile foo foo.y 551tool -output foo.o foo.c
552tool -output=foo.o foo.c
553tool -outfile foo.o foo.c
554tool -outfile=foo.o foo.c
555tool --output foo.o foo.c
556tool --output=foo.o foo.c
557tool --outfile foo.o foo.c
558tool --outfile=foo.o foo.c
559tool -omega foo.c foo2.c
560tool -output-html-file foo.c foo2.c
561tool --omega foo.c foo2.c
562tool --output-html-file foo.c foo2.c
552 563
553Compilation started at Wed Jul 20 12:20:10 564Compilation started at Wed Jul 20 12:20:10
554Compilation interrupt at Wed Jul 20 12:20:10 565Compilation interrupt at Wed Jul 20 12:20:10