Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F164837904
D32065.id98480.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
976 B
Referenced Files
None
Subscribers
None
D32065.id98480.diff
View Options
Index: usr.bin/Makefile
===================================================================
--- usr.bin/Makefile
+++ usr.bin/Makefile
@@ -145,7 +145,6 @@
split \
stat \
stdbuf \
- strings \
su \
systat \
tail \
@@ -263,6 +262,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,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
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 5, 6:47 AM (12 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36008797
Default Alt Text
D32065.id98480.diff (976 B)
Attached To
Mode
D32065: llvm-strings(1): Install as strings when WITH_LLVM_BINUTILS=YES
Attached
Detach File
Event Timeline
Log In to Comment