diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-14 13:27:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-14 13:27:00 +0000 |
commit | 51bba858cdff1fee2f049dcc7786a4020c8c776c (patch) | |
tree | 20f4dc22f98a983b714cf13d3c70990643c9b761 /Make-dist | |
parent | 0d0323043255c75bd21fa9a5a8701b3c2728b809 (diff) | |
download | glibc-51bba858cdff1fee2f049dcc7786a4020c8c776c.tar.gz |
Update.
* Make-dist: If file is generated but still distributed the later
is correct.
1998-12-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
Patche by Ralf Baechle <ralf@gnu.org>:
* sysdeps/mips/sys/regdef.h: New file, enhanced versions of
deleted linux specific files.
Diffstat (limited to 'Make-dist')
-rw-r--r-- | Make-dist | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -# Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc. +# Copyright (C) 1991,92,93,94,95,96,97,98,99 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 @@ -121,13 +121,13 @@ sources := $(filter-out $(addsuffix .c,$(basename $(.S.s))),$(sources)) $(.S.s) $(addsuffix .c,$(sysdep_routines)) \ $(+subdir-nodist) $(dont_distribute) foo:=$(shell echo '+out=$(+out)' >&2; echo foofoo >&2) -+tsrcs := $(filter-out $(+out), $(sources) $(all-headers) $(distribute)) \ - $(+sysdeps) ++tsrcs := $(filter-out $(+out), $(sources) $(all-headers)) $(+sysdeps) foo:=$(shell echo 'made +tsrcs=$(+tsrcs)'>&2) foo:=$(shell echo generated='$(generated)' >&2) #generated := $(sort $(generated) $(generated:.S=.c) $(generated:.s=.c)) #foo:=$(shell echo now generated='$(generated)' >&2) -+tsrcs := $(sort $(filter-out $(generated),$(+tsrcs))) ++tsrcs := $(filter-out $(generated),$(+tsrcs)) ++tsrcs := $(sort $(filter-out $(+out),$(+tsrcs) $(distribute))) foo:=$(shell echo '+tsrcs=$(+tsrcs)'>&2) foo:=$(shell echo foobie, dammit! >&2) |