Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Makerules (Versions.all, sysd-versions): Test $(sysd-sorted-done)
	rather than $(sysd-dirs-done) to protect these rules.
  • Loading branch information
Roland McGrath committed Mar 19, 2000
1 parent 3c13253 commit c95527a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions Makerules
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c95527a

Please sign in to comment.