Page MenuHomeFreeBSD

D32065.diff
No OneTemporary

D32065.diff

diff --git a/usr.bin/Makefile b/usr.bin/Makefile
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -144,7 +144,6 @@
split \
stat \
stdbuf \
- strings \
su \
systat \
tail \
@@ -258,6 +257,7 @@
SUBDIR.${MK_TOOLCHAIN}+= objcopy
SUBDIR.${MK_TOOLCHAIN}+= readelf
SUBDIR.${MK_TOOLCHAIN}+= size
+SUBDIR+= strings
.endif
SUBDIR.${MK_TOOLCHAIN}+= c89
SUBDIR.${MK_TOOLCHAIN}+= c99
diff --git a/usr.bin/clang/llvm-strings/Makefile b/usr.bin/clang/llvm-strings/Makefile
--- a/usr.bin/clang/llvm-strings/Makefile
+++ b/usr.bin/clang/llvm-strings/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+.include <src.opts.mk>
+
PROG_CXX= llvm-strings
SRCDIR= llvm/tools/llvm-strings
@@ -21,4 +23,9 @@
DPSRCS+= ${TGHDRS}
CLEANFILES+= ${TGHDRS} ${TGHDRS:C/$/.d/}
+.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
Sat, Nov 16, 5:37 AM (21 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14653796
Default Alt Text
D32065.diff (919 B)

Event Timeline