Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
	* Make-dist: Search for tests also in sysdeps hierachy.
  • Loading branch information
Ulrich Drepper committed Jun 14, 2000
1 parent afa0569 commit 002ab03
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2000-06-13 Ulrich Drepper <drepper@redhat.com>

* 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.

Expand Down
4 changes: 3 additions & 1 deletion Make-dist
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -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))

Expand Down
4 changes: 4 additions & 0 deletions localedata/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2000-06-13 Ulrich Drepper <drepper@redhat.com>

* Makefile (ld-test-srcs): Distribute all test6 input files.

2000-05-28 Ulrich Drepper <drepper@redhat.com>

* locales/be_BY: New file.
Expand Down
4 changes: 4 additions & 0 deletions soft-fp/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2000-06-13 Ulrich Drepper <drepper@redhat.com>

* Makefile (distribute): Add ChangeLog, Banner, and configure.

2000-03-03 Geoff Keating <geoffk@cygnus.com>

* soft-fp.h (_FP_ROUND_ZERO): Cast 0 to void before using it
Expand Down
4 changes: 2 additions & 2 deletions soft-fp/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

0 comments on commit 002ab03

Please sign in to comment.