mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 00:10:10 +00:00
Update.
* sunrpc/Makefile (generated-dirs): New. * resolv/Makefile (generate): New.
This commit is contained in:
parent
c7c8ca9753
commit
0696c2c0b5
@ -5,6 +5,10 @@
|
|||||||
* sysdeps/unix/sysv/linux/x86_64/sysdep.h (__NR_semtimedop):
|
* sysdeps/unix/sysv/linux/x86_64/sysdep.h (__NR_semtimedop):
|
||||||
Define if not defined.
|
Define if not defined.
|
||||||
|
|
||||||
|
* sunrpc/Makefile (generated-dirs): New.
|
||||||
|
|
||||||
|
* resolv/Makefile (generate): New.
|
||||||
|
|
||||||
2003-05-04 Roland McGrath <roland@redhat.com>
|
2003-05-04 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
* csu/Makefile ($(csu-dummies) target rule): Don't use a temp C file.
|
* csu/Makefile ($(csu-dummies) target rule): Don't use a temp C file.
|
||||||
|
@ -34,6 +34,8 @@ routines := herror inet_addr inet_ntop inet_pton nsap_addr res_init \
|
|||||||
|
|
||||||
tests = tst-aton tst-leaks
|
tests = tst-aton tst-leaks
|
||||||
|
|
||||||
|
generate := mtrace-tst-leaks tst-leaks.mtrace
|
||||||
|
|
||||||
include ../Makeconfig
|
include ../Makeconfig
|
||||||
|
|
||||||
extra-libs := libresolv libnss_dns
|
extra-libs := libresolv libnss_dns
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 1994-2001, 2002 Free Software Foundation, Inc.
|
# Copyright (C) 1994-2001, 2002, 2003 Free Software Foundation, Inc.
|
||||||
# This file is part of the GNU C Library.
|
# This file is part of the GNU C Library.
|
||||||
|
|
||||||
# The GNU C Library is free software; you can redistribute it and/or
|
# The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -55,6 +55,7 @@ headers = $(addprefix rpc/,auth.h auth_unix.h clnt.h netdb.h pmap_clnt.h \
|
|||||||
install-others = $(inst_sysconfdir)/rpc
|
install-others = $(inst_sysconfdir)/rpc
|
||||||
generated = $(rpcsvc:%.x=rpcsvc/%.h) $(rpcsvc:%.x=x%.c) $(rpcsvc:%.x=x%.stmp) \
|
generated = $(rpcsvc:%.x=rpcsvc/%.h) $(rpcsvc:%.x=x%.c) $(rpcsvc:%.x=x%.stmp) \
|
||||||
$(rpcsvc:%.x=rpcsvc/%.stmp) rpc-proto.c rpc-proto.d rpcgen
|
$(rpcsvc:%.x=rpcsvc/%.stmp) rpc-proto.c rpc-proto.d rpcgen
|
||||||
|
generated-dirs := rpcsvc
|
||||||
|
|
||||||
routines := auth_none auth_unix authuxprot bindrsvprt \
|
routines := auth_none auth_unix authuxprot bindrsvprt \
|
||||||
clnt_gen clnt_perr clnt_raw clnt_simp clnt_tcp \
|
clnt_gen clnt_perr clnt_raw clnt_simp clnt_tcp \
|
||||||
|
Loading…
Reference in New Issue
Block a user