From: Ulrich Drepper Date: Wed, 14 Jun 2000 01:01:44 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-91~203 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=002ab0343498d415f87a14c91e5484aa708f8203;p=platform%2Fupstream%2Fglibc.git Update. * Make-dist: Search for tests also in sysdeps hierachy. --- diff --git a/ChangeLog b/ChangeLog index dac25c2..3588de4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-06-13 Ulrich Drepper + * Make-dist: Search for tests also in sysdeps hierachy. + * crypt/Makefile (distribute): Add ufc-crypt.h, crypt-private.h, ufc.c, speeds.c, README.ufc-crypt, and Banner. diff --git a/Make-dist b/Make-dist index a16ead7..241db4c 100644 --- a/Make-dist +++ b/Make-dist @@ -85,6 +85,8 @@ foo:=$(shell echo 'IS THIS WORKING??? all-headers=$(all-headers)' >&2) sources += $(addsuffix .c,$(elided-routines) \ $(foreach l,$(extra-libs),$($l-routines))) +sources += $(addsuffix .c, $(filter-out $(elided-routines), $(tests))) + # Find all sysdep sources and headers. +maybe-sysdeps := $(sources) $(sources:.c=.s) $(sources:.c=.S) $(all-headers) \ $(filter %.c %.S %.s %.h %.sub,$(distribute)) @@ -153,7 +155,7 @@ ifdef subdir foo:=$(shell echo subdir foo >&2) +tsrcs := Makefile $(wildcard Versions) $(wildcard Depend) $(+tsrcs) \ - $(addsuffix .c,$(others) $(tests) $(test-srcs)) \ + $(addsuffix .c,$(others) $(test-srcs)) \ $(wildcard $(addsuffix .input,$(tests) $(test-srcs))) +tardeps := $(strip $(+tsrcs)) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 5ad3c51..359fc10 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +2000-06-13 Ulrich Drepper + + * Makefile (ld-test-srcs): Distribute all test6 input files. + 2000-05-28 Ulrich Drepper * locales/be_BY: New file. diff --git a/soft-fp/ChangeLog b/soft-fp/ChangeLog index 737d507..63bbd8b 100644 --- a/soft-fp/ChangeLog +++ b/soft-fp/ChangeLog @@ -1,3 +1,7 @@ +2000-06-13 Ulrich Drepper + + * Makefile (distribute): Add ChangeLog, Banner, and configure. + 2000-03-03 Geoff Keating * soft-fp.h (_FP_ROUND_ZERO): Cast 0 to void before using it diff --git a/soft-fp/Makefile b/soft-fp/Makefile index e72e7f2..c4cfbaa 100644 --- a/soft-fp/Makefile +++ b/soft-fp/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1997, 1999 Free Software Foundation, Inc. +# Copyright (C) 1997, 1999, 2000 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 @@ -35,6 +35,6 @@ gcc-quad-routines := negtf2 addtf3 subtf3 multf3 divtf3 eqtf2 \ trunctfdf2 sqrttf2 distribute := double.h op-1.h op-2.h op-4.h op-common.h quad.h \ - single.h soft-fp.h extended.h + single.h soft-fp.h extended.h ChangeLog Banner configure include ../Rules