diff options
author | kitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-02-13 23:56:30 +0000 |
---|---|---|
committer | kitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-02-13 23:56:30 +0000 |
commit | b86ac2d3fc6d9b4ca51a19ae1fefa6ddf86e6766 (patch) | |
tree | c02bd10f4244904f21d2ff0e40b4a4614f87d8ed /ChangeLogs | |
parent | cf19e8ac6c2c31d085593fe3898b4953669be66c (diff) | |
download | ATCD-b86ac2d3fc6d9b4ca51a19ae1fefa6ddf86e6766.tar.gz |
Thu Feb 13 17:50:07 2003 Krishnakumar B <kitty@cse.wustl.edu>
Diffstat (limited to 'ChangeLogs')
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 6f75c55f3ba..3d492eaab20 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,12 @@ +Thu Feb 13 17:50:07 2003 Krishnakumar B <kitty@cse.wustl.edu> + + * include/makeinclude/rules.lib.GNU: Build static libraries + using xargs with the list of all the object files instead of + using them directly on the command line. This works around + brokenness of systems that have a small limit on the length of + the command-line arguments. Thanks to Abhay Kulkarni + <Abhay.Kulkarni@veritas.com> for reporting the problem. + Thu Feb 13 12:43:27 2003 Pradeep Gore <pradeep@oomworks.com> * bin/auto_run_tests.lst: @@ -11,7 +20,7 @@ Wed Feb 12 12:40:21 2003 Balachandran Natarajan <bala@isis-server.isis.vanderb * bin/auto_run_tests.lst: Prevented a few RTCORBA tests to be run in our daily builds since changing priorities requires root - access. + access. Wed Feb 12 12:06:05 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu> |