mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Update.
2002-01-20 Ulrich Drepper <drepper@redhat.com> * nscd/Makefile (distribute): Filter out xmalloc.c. * manual/syslog.texi (openlog): Describe possible problems with
This commit is contained in:
parent
284749da8b
commit
fbee8a1eb1
2 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-01-20 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* nscd/Makefile (distribute): Filter out xmalloc.c.
|
||||
|
||||
2002-01-19 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
|
||||
|
@ -39,7 +43,7 @@
|
|||
|
||||
2002-01-17 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* manial/syslog.texi (openlog): Describe possible problems with
|
||||
* manual/syslog.texi (openlog): Describe possible problems with
|
||||
first parameter.
|
||||
Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 1998, 2000 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1998, 2000, 2002 Free Software Foundation, Inc.
|
||||
# This file is part of the GNU C Library.
|
||||
|
||||
# The GNU C Library is free software; you can redistribute it and/or
|
||||
|
@ -47,8 +47,9 @@ otherlibs += $(nssobjdir)/libnss_files.a $(resolvobjdir)/libnss_dns.a \
|
|||
endif
|
||||
|
||||
distribute := nscd.h nscd-client.h dbg_log.h \
|
||||
$(nscd-modules:=.c) nscd_nischeck.c TODO nscd.conf nscd.init \
|
||||
nscd_proto.h nscd-types.h
|
||||
$(addsuffix .c, $(filter-out xmalloc, $(nscd-modules))) \
|
||||
nscd_nischeck.c TODO nscd.conf nscd.init nscd_proto.h \
|
||||
nscd-types.h
|
||||
|
||||
include ../Rules
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue