lkml.org 
[lkml]   [2017]   [May]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 14/21] tools: liblockdep: Remove double-quotes from soname
    Date
    From: Ben Hutchings <ben@decadent.org.uk>

    Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
    Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
    ---
    tools/lib/lockdep/Makefile | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/tools/lib/lockdep/Makefile b/tools/lib/lockdep/Makefile
    index e5e64d6ad0a7..ce21b9429314 100644
    --- a/tools/lib/lockdep/Makefile
    +++ b/tools/lib/lockdep/Makefile
    @@ -101,7 +101,7 @@ include $(srctree)/tools/build/Makefile.include

    do_compile_shared_library = \
    ($(print_shared_lib_compile) \
    - $(CC) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='"$(@F)"';$(shell ln -sf $(@F) $(@D)/liblockdep.so))
    + $(CC) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='$(@F)';$(shell ln -sf $(@F) $(@D)/liblockdep.so))

    do_build_static_lib = \
    ($(print_static_lib_build) \
    --
    2.11.0
    \
     
     \ /
      Last update: 2017-05-25 15:04    [W:3.782 / U:0.108 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site