svn commit: r348761 - head/tools/build/mk

Jung-uk Kim jkim at FreeBSD.org
Thu Jun 6 21:24:41 UTC 2019


Author: jkim
Date: Thu Jun  6 21:24:40 2019
New Revision: 348761
URL: https://svnweb.freebsd.org/changeset/base/348761

Log:
  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

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Thu Jun  6 21:04:37 2019	(r348760)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Thu Jun  6 21:24:40 2019	(r348761)
@@ -1374,6 +1374,7 @@ OLD_FILES+=usr/bin/clang-tblgen
 OLD_FILES+=usr/bin/llvm-ar
 OLD_FILES+=usr/bin/llvm-nm
 OLD_FILES+=usr/bin/llvm-objdump
+OLD_FILES+=usr/bin/llvm-ranlib
 OLD_FILES+=usr/bin/llvm-symbolizer
 OLD_FILES+=usr/bin/llvm-tblgen
 OLD_FILES+=usr/lib/clang/8.0.0/include/sanitizer/allocator_interface.h
@@ -1563,7 +1564,6 @@ OLD_FILES+=usr/bin/llvm-mca
 OLD_FILES+=usr/bin/llvm-modextract
 OLD_FILES+=usr/bin/llvm-objcopy
 OLD_FILES+=usr/bin/llvm-pdbutil
-OLD_FILES+=usr/bin/llvm-ranlib
 OLD_FILES+=usr/bin/llvm-rtdyld
 OLD_FILES+=usr/bin/llvm-xray
 OLD_FILES+=usr/bin/opt


More information about the svn-src-all mailing list