mirror of git://sourceware.org/git/glibc.git
Update.
1998-11-13 Ulrich Drepper <drepper@cygnus.com> * Makerules (Versions.all): Generate this file from all Versions.def files. (sysd-versions): Use Versions.all instead of Versions.def.
This commit is contained in:
parent
93d63a591c
commit
99c9e773ee
|
@ -1,3 +1,9 @@
|
||||||
|
1998-11-13 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* Makerules (Versions.all): Generate this file from all Versions.def
|
||||||
|
files.
|
||||||
|
(sysd-versions): Use Versions.all instead of Versions.def.
|
||||||
|
|
||||||
1998-11-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
|
1998-11-11 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
|
||||||
|
|
||||||
* locale/programs/config.h: Define HAVE_STRING_H for xstrdup.c.
|
* locale/programs/config.h: Define HAVE_STRING_H for xstrdup.c.
|
||||||
|
|
|
@ -276,7 +276,13 @@ ifneq ($(sysd-versions-subdirs),$(all-subdirs) $(config-sysdirs))
|
||||||
sysd-versions-force = FORCE
|
sysd-versions-force = FORCE
|
||||||
FORCE:
|
FORCE:
|
||||||
endif
|
endif
|
||||||
$(common-objpfx)sysd-versions: $(..)Versions.def $(..)scripts/versions.awk \
|
$(common-objpfx)Versions.all: $(..)Versions.def \
|
||||||
|
$(wildcard $(add-ons:%=$(..)%/Versions.def))
|
||||||
|
cat $^ > $@T
|
||||||
|
mv -f $@T $@
|
||||||
|
common-generated += $(common-objpfx)Versions.all
|
||||||
|
$(common-objpfx)sysd-versions: $(common-objpfx)Versions.all \
|
||||||
|
$(..)scripts/versions.awk \
|
||||||
$(wildcard $(all-subdirs:%=$(..)%/Versions)) \
|
$(wildcard $(all-subdirs:%=$(..)%/Versions)) \
|
||||||
$(wildcard $(sysdirs:%=%/Versions)) \
|
$(wildcard $(sysdirs:%=%/Versions)) \
|
||||||
$(sysd-versions-force)
|
$(sysd-versions-force)
|
||||||
|
|
Loading…
Reference in New Issue