diff options
author | DJ Delorie <dj@redhat.com> | 2010-05-06 23:25:16 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2010-05-06 23:25:16 +0000 |
commit | 93b103586f8537cebe76ad1a53e15de1d9c895b9 (patch) | |
tree | 403e8a133723a3f916854213e0cc41eba31e1bd1 /newlib/ChangeLog | |
parent | 35c0485d2d2c8ee34ad5a84fad153b9c3c565210 (diff) | |
download | cygnal-93b103586f8537cebe76ad1a53e15de1d9c895b9.tar.gz cygnal-93b103586f8537cebe76ad1a53e15de1d9c895b9.tar.bz2 cygnal-93b103586f8537cebe76ad1a53e15de1d9c895b9.zip |
* libc/Makefile.am (stmp-sigset, stmp-iconvset, stmp-extra,
stmp-stdio64, stmp-posix,stmp-targetdep): Use unique temporary
file names to allow for parallel installs.
(CLEANFILES): Add new temporary file names.
* libc/Makefile.in: Regenerate.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 9118f2f79..ac505c0ca 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,11 @@ +2010-05-05 DJ Delorie <dj@redhat.com> + + * libc/Makefile.am (stmp-sigset, stmp-iconvset, stmp-extra, + stmp-stdio64, stmp-posix,stmp-targetdep): Use unique temporary + file names to allow for parallel installs. + (CLEANFILES): Add new temporary file names. + * libc/Makefile.in: Regenerate. + 2010-05-03 Corinna Vinschen <corinna@vinschen.de> * libc/locale/lctype.c: Include <string.h> and "setlocale.h". |