From: Ulrich Drepper Date: Tue, 13 Jun 2000 20:46:12 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~25419 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5539d2574d927dc925f18d69e43edcc1b355519e;p=external%2Fglibc.git Update. * Makerules (sources): Don't add BP sources here. * login/Makefile (distribute): Remove xtmp.h. --- diff --git a/ChangeLog b/ChangeLog index 8b042fc..af6a7d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2000-06-13 Ulrich Drepper + * Makerules (sources): Don't add BP sources here. + + * login/Makefile (distribute): Remove xtmp.h. + * iconv/iconv_prog.c (main): Fix appending slashes if omit_invalid is true. Reported by Bruno Haible . diff --git a/Makerules b/Makerules index f334c8c..7ea9783 100644 --- a/Makerules +++ b/Makerules @@ -473,10 +473,12 @@ endif override sources := $(addsuffix .c,\ $(filter-out $(elided-routines),\ $(routines) $(aux) \ - $(sysdep_routines)) \ - $(addprefix $(bppfx),\ - $(filter $(routines) $(sysdep_routines),\ - $(bp-thunks)))) + $(sysdep_routines))) +# XXX The following was introduced here in the BP patches but it belongs +# XXX somewhere else since adding it here breaks `make dist'. +# $(addprefix $(bppfx),\ +# $(filter $(routines) $(sysdep_routines),\ +# $(bp-thunks)))) sysdep_routines := $(sysdep_routines) headers := $(headers) $(sysdep_headers) diff --git a/configure b/configure index 04f4115..e37adee 100755 --- a/configure +++ b/configure @@ -2128,7 +2128,7 @@ else fi -for ac_prog in gawk mawk nawk awk +for ac_prog in mawk gawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 diff --git a/login/Makefile b/login/Makefile index 475b2ce..942e47e 100644 --- a/login/Makefile +++ b/login/Makefile @@ -32,7 +32,7 @@ CFLAGS-grantpt.c = -DLIBEXECDIR='"$(libexecdir)"' others = utmpdump pt_chown install-others = $(inst_libexecdir)/pt_chown -distribute := utmp-private.h programs/xtmp.h pty-private.h +distribute := utmp-private.h pty-private.h subdir-dirs = programs vpath %.c programs