diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-16 08:46:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-16 08:46:47 +0000 |
commit | 3433189e8a3934084db3945f1e9c0c8fa3f8f166 (patch) | |
tree | 798d5f1ce424d072420434f15155754e621f1a4d /ChangeLog | |
parent | 6a441471712cfa78ae0b706b7d7529612b37338e (diff) | |
download | glibc-3433189e8a3934084db3945f1e9c0c8fa3f8f166.zip glibc-3433189e8a3934084db3945f1e9c0c8fa3f8f166.tar.gz glibc-3433189e8a3934084db3945f1e9c0c8fa3f8f166.tar.bz2 |
Sun Jun 16 03:22:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* sysdeps/unix/sysv/Makefile (sysdep_headers): Make append of termio.h
and rule for it conditional on termio.h not already being in
sysdep_headers.
* rpm/Makefile (install-others) [libc.so-version]: Get libc.so from
$(libdir), only the versioned named from $(slibdir).
(instfiles): New variable.
(glibc-$(version).$(config).rpm): New target. Run rpm -bb.
* rpm/rpmrc: New file. A third of the options controlling rpm can
only be given here (another third is on the command line, and a third
cannot be specified in any way shape or form).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Sun Jun 16 03:22:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + + * sysdeps/unix/sysv/Makefile (sysdep_headers): Make append of termio.h + and rule for it conditional on termio.h not already being in + sysdep_headers. + + * rpm/Makefile (install-others) [libc.so-version]: Get libc.so from + $(libdir), only the versioned named from $(slibdir). + (instfiles): New variable. + (glibc-$(version).$(config).rpm): New target. Run rpm -bb. + * rpm/rpmrc: New file. A third of the options controlling rpm can + only be given here (another third is on the command line, and a third + cannot be specified in any way shape or form). + Sun Jun 16 02:44:22 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * rpm/template: New file. |