mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
* Makerules (Versions.all, sysd-versions): Test $(sysd-sorted-done)
rather than $(sysd-dirs-done) to protect these rules.
This commit is contained in:
parent
3c132532af
commit
c95527a131
@ -1,5 +1,8 @@
|
||||
2000-03-19 Roland McGrath <roland@baalperazim.frob.com>
|
||||
|
||||
* Makerules (Versions.all, sysd-versions): Test $(sysd-sorted-done)
|
||||
rather than $(sysd-dirs-done) to protect these rules.
|
||||
|
||||
* Makerules (version-renames.def): Target removed.
|
||||
(Versions.all): Depend on soversions.i directly and parse it.
|
||||
|
||||
|
@ -278,7 +278,7 @@ no_deps=t
|
||||
endif
|
||||
|
||||
# Generate version maps, but wait until sysdep-subdirs is known
|
||||
ifdef sysd-dirs-done
|
||||
ifeq ($(sysd-sorted-done),t)
|
||||
ifeq ($(versioning),yes)
|
||||
-include $(common-objpfx)sysd-versions
|
||||
$(addprefix $(common-objpfx),$(version-maps)): $(common-objpfx)sysd-versions
|
||||
@ -313,7 +313,7 @@ $(common-objpfx)sysd-versions: $(common-objpfx)Versions.all \
|
||||
mv -f $@T $@
|
||||
endif # avoid-generated
|
||||
endif # $(versioning) = yes
|
||||
endif # sysd-dirs-done
|
||||
endif # sysd-sorted-done
|
||||
|
||||
|
||||
ifndef compile-command.S
|
||||
|
Loading…
Reference in New Issue
Block a user