]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r348677 (by emaste):
authorDimitry Andric <dim@FreeBSD.org>
Sat, 14 Mar 2020 11:55:27 +0000 (11:55 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Sat, 14 Mar 2020 11:55:27 +0000 (11:55 +0000)
commit4045f677184967e978e49f3b74696a20fea8e582
tree646d226d345d2a8a9078901a1bf0bde74f346de1
parent93cfb0cb694d8a9f7c265c87cd56790acefe7687
MFC r348677 (by emaste):

move llvm-ar and llvm-nm to appropriate location in OptionalObsoleteFiles.inc

After r348610 `make delete-old` was still removing llvm-ar and llvm-nm
(and associated man pages).

Reported by: jhb
Sponsored by: The FreeBSD Foundation

MFC r348761 (by jkim):

Move llvm-ranlib to appropriate location in OptionalObsoleteFiles.inc.

Note llvm-ar is linked to llvm-ranlib since r311565.  r348677 fixed
"make delete-old" issue with llvm-ar but missed it somehow.

Discussed with: emaste, jhb
tools/build/mk/OptionalObsoleteFiles.inc