mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
* Makefile (subdirs): Remove crypt.
* crypt: Directory removed. It will be made an independent library distribution. * Makefile (distribute): Add rpm/{Makefile,teplate,rpmrc}.
This commit is contained in:
parent
ad8da79bd5
commit
748050b386
@ -1,5 +1,11 @@
|
|||||||
Tue Jun 25 02:59:11 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
|
Tue Jun 25 02:59:11 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
|
||||||
|
|
||||||
|
* Makefile (subdirs): Remove crypt.
|
||||||
|
* crypt: Directory removed. It will be made an independent library
|
||||||
|
distribution.
|
||||||
|
|
||||||
|
* Makefile (distribute): Add rpm/{Makefile,teplate,rpmrc}.
|
||||||
|
|
||||||
* inet/getrpcent_r.c (DATABASE_NAME): New macro.
|
* inet/getrpcent_r.c (DATABASE_NAME): New macro.
|
||||||
|
|
||||||
* inet/getrpcbynumber.c (BUFLEN): New macro.
|
* inet/getrpcbynumber.c (BUFLEN): New macro.
|
||||||
|
5
Makefile
5
Makefile
@ -54,7 +54,7 @@ endif
|
|||||||
subdirs = csu assert ctype db locale intl catgets math setjmp signal stdlib \
|
subdirs = csu assert ctype db locale intl catgets math setjmp signal stdlib \
|
||||||
stdio-common $(stdio) malloc string wcsmbs time dirent grp pwd\
|
stdio-common $(stdio) malloc string wcsmbs time dirent grp pwd\
|
||||||
posix io termios resource misc login socket sysvipc gmon gnulib \
|
posix io termios resource misc login socket sysvipc gmon gnulib \
|
||||||
wctype $(wildcard crypt) manual $(sysdep-subdirs) nss elf po
|
wctype manual $(sysdep-subdirs) nss elf po
|
||||||
export subdirs := $(subdirs) # Benign, useless in GNU make before 3.63.
|
export subdirs := $(subdirs) # Benign, useless in GNU make before 3.63.
|
||||||
|
|
||||||
# The mach and hurd subdirectories have many generated header files which
|
# The mach and hurd subdirectories have many generated header files which
|
||||||
@ -232,7 +232,8 @@ distribute := README INSTALL FAQ NOTES NEWS PROJECTS \
|
|||||||
configure configure.in aclocal.m4 config.sub config.guess\
|
configure configure.in aclocal.m4 config.sub config.guess\
|
||||||
config.h.in config.make.in config-name.in Makefile.in \
|
config.h.in config.make.in config-name.in Makefile.in \
|
||||||
munch-tmpl.c munch.awk \
|
munch-tmpl.c munch.awk \
|
||||||
sysdep.h set-hooks.h libc-symbols.h version.h shlib-versions
|
sysdep.h set-hooks.h libc-symbols.h version.h shlib-versions \
|
||||||
|
rpm/Makefile rpm/template rpm/rpmrc
|
||||||
|
|
||||||
distribute := $(strip $(distribute))
|
distribute := $(strip $(distribute))
|
||||||
generated := $(generated) stubs.h
|
generated := $(generated) stubs.h
|
||||||
|
Loading…
Reference in New Issue
Block a user