public inbox for rhug-cvs@sourceware.org
help / color / mirror / Atom feed
* rhug/xalan ChangeLog Makefile.am Makefile.in
@ 2003-04-29 13:46 gary
0 siblings, 0 replies; 5+ messages in thread
From: gary @ 2003-04-29 13:46 UTC (permalink / raw)
To: rhug-cvs
CVSROOT: /cvs/rhug
Module name: rhug
Changes by: gary@sourceware.org 2003-04-29 13:46:09
Modified files:
xalan : ChangeLog Makefile.am Makefile.in
Log message:
Reorder lib_LTLIBRARIES so that relinking works correctly during make install
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/xalan/ChangeLog.diff?cvsroot=rhug&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/xalan/Makefile.am.diff?cvsroot=rhug&r1=1.24&r2=1.25
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/xalan/Makefile.in.diff?cvsroot=rhug&r1=1.27&r2=1.28
^ permalink raw reply [flat|nested] 5+ messages in thread
* rhug/xalan ChangeLog Makefile.am Makefile.in
@ 2003-09-23 10:32 gary
0 siblings, 0 replies; 5+ messages in thread
From: gary @ 2003-09-23 10:32 UTC (permalink / raw)
To: rhug-cvs
CVSROOT: /cvs/rhug
Module name: rhug
Branch: merged-libs-branch
Changes by: gary@sourceware.org 2003-09-23 10:32:21
Modified files:
xalan : ChangeLog Makefile.am Makefile.in
Log message:
Fix linking some more (checklinkages can't see everything)
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/xalan/ChangeLog.diff?cvsroot=rhug&only_with_tag=merged-libs-branch&r1=1.26.2.2&r2=1.26.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/xalan/Makefile.am.diff?cvsroot=rhug&only_with_tag=merged-libs-branch&r1=1.27.2.2&r2=1.27.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/xalan/Makefile.in.diff?cvsroot=rhug&only_with_tag=merged-libs-branch&r1=1.30.2.2&r2=1.30.2.3
^ permalink raw reply [flat|nested] 5+ messages in thread
* rhug/xalan ChangeLog Makefile.am Makefile.in
@ 2003-09-10 1:43 tromey
0 siblings, 0 replies; 5+ messages in thread
From: tromey @ 2003-09-10 1:43 UTC (permalink / raw)
To: rhug-cvs
CVSROOT: /cvs/rhug
Module name: rhug
Changes by: tromey@sourceware.org 2003-09-10 01:43:29
Modified files:
xalan : ChangeLog Makefile.am Makefile.in
Log message:
* Makefile.in: Rebuilt.
* Makefile.am ($(JARFILE)): Copy files from srcdir to builddir as
required.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/xalan/ChangeLog.diff?cvsroot=rhug&r1=1.27&r2=1.28
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/xalan/Makefile.am.diff?cvsroot=rhug&r1=1.27&r2=1.28
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/xalan/Makefile.in.diff?cvsroot=rhug&r1=1.30&r2=1.31
^ permalink raw reply [flat|nested] 5+ messages in thread
* rhug/xalan ChangeLog Makefile.am Makefile.in
@ 2002-04-21 18:52 green
0 siblings, 0 replies; 5+ messages in thread
From: green @ 2002-04-21 18:52 UTC (permalink / raw)
To: rhug-cvs
CVSROOT: /cvs/rhug
Module name: rhug
Changes by: green@sources.redhat.com 2002-04-21 18:52:57
Modified files:
xalan : ChangeLog Makefile.am Makefile.in
Log message:
Don't link gcj libraries manually.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/xalan/ChangeLog.diff?cvsroot=rhug&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/xalan/Makefile.am.diff?cvsroot=rhug&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/xalan/Makefile.in.diff?cvsroot=rhug&r1=1.18&r2=1.19
^ permalink raw reply [flat|nested] 5+ messages in thread
* rhug/xalan ChangeLog Makefile.am Makefile.in
@ 2002-02-09 11:03 tromey
0 siblings, 0 replies; 5+ messages in thread
From: tromey @ 2002-02-09 11:03 UTC (permalink / raw)
To: rhug-cvs
CVSROOT: /cvs/rhug
Module name: rhug
Changes by: tromey@sources.redhat.com 2002-02-09 11:03:44
Modified files:
xalan : ChangeLog Makefile.am Makefile.in
Log message:
Tue Jan 22 11:04:24 2002 Jukka Santala <jsantala@tml.hut.fi>
* Makefile.am
(AM_GCJFLAGS): Use the proper flags instead of the user-flags.
($(JARFILE) rule): Use $(GCJH) instead of hard-coded "gcjh".
* Makefile.in: Rebuilt.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/xalan/ChangeLog.diff?cvsroot=rhug&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/xalan/Makefile.am.diff?cvsroot=rhug&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/rhug/xalan/Makefile.in.diff?cvsroot=rhug&r1=1.12&r2=1.13
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-09-23 10:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-29 13:46 rhug/xalan ChangeLog Makefile.am Makefile.in gary
-- strict thread matches above, loose matches on Subject: below --
2003-09-23 10:32 gary
2003-09-10 1:43 tromey
2002-04-21 18:52 green
2002-02-09 11:03 tromey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).