Page MenuHomeFreeBSD

D32065.id97083.diff
No OneTemporary

D32065.id97083.diff

Index: usr.bin/Makefile
===================================================================
--- usr.bin/Makefile
+++ usr.bin/Makefile
@@ -144,7 +144,6 @@
split \
stat \
stdbuf \
- strings \
su \
systat \
tail \
@@ -262,6 +261,7 @@
SUBDIR.${MK_TOOLCHAIN}+= objcopy
SUBDIR.${MK_TOOLCHAIN}+= readelf
SUBDIR.${MK_TOOLCHAIN}+= size
+SUBDIR+= strings
.endif
SUBDIR.${MK_TOOLCHAIN}+= c89
SUBDIR.${MK_TOOLCHAIN}+= c99
Index: usr.bin/clang/llvm-strings/Makefile
===================================================================
--- usr.bin/clang/llvm-strings/Makefile
+++ usr.bin/clang/llvm-strings/Makefile
@@ -1,8 +1,15 @@
# $FreeBSD$
+.include <src.opts.mk>
+
PROG_CXX= llvm-strings
SRCDIR= llvm/tools/llvm-strings
SRCS+= llvm-strings.cpp
+.if ${MK_LLVM_BINUTILS} != "no"
+LINKS= ${BINDIR}/llvm-strings ${BINDIR}/strings
+MLINKS= llvm-strings.1 strings.1
+.endif
+
.include "../llvm.prog.mk"

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 5, 5:01 AM (7 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35997025
Default Alt Text
D32065.id97083.diff (923 B)

Event Timeline