Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2012 14:10:51 -0500
From:      Ed Maste <emaste@freebsd.org>
To:        Eric van Gyzen <eric@vangyzen.net>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: [PATCH] Shared library debug .symbols files
Message-ID:  <CAPyFy2BP-Y835_kLKOQ6XCv6%2BNqfe4_nqQZ1ojrXj8ZKpUc6Eg@mail.gmail.com>
In-Reply-To: <50CA51AB.6060801@vangyzen.net>
References:  <20121213160847.GA78448@sandvine.com> <50CA51AB.6060801@vangyzen.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 13 December 2012 17:07, Eric van Gyzen <eric@vangyzen.net> wrote:
>>         @${ECHO} building shared library ${SHLIB_NAME}
>> -       @rm -f ${.TARGET} ${SHLIB_LINK}
>> +       @rm -f ${.SHLIB_NAME} ${SHLIB_LINK}
>
>
> dot-SHLIB_NAME?  I'm not aware of this magic.

No magic, just a typo introduced while transcribing from an isolated
tree.  Thanks for spotting.

>> +${SHLIB_NAME}: ${SHLIB_NAME}.debug ${SHLIB_NAME}.symbols
>> +       ${OBJCOPY} --strip-all --add-gnu-debuglink=${SHLIB_NAME}.symbols\
>> +           ${SHLIB_NAME}.debug ${.TARGET}
>> +
>> +${SHLIB_NAME}.symbols:

Mark Johnston also pointed out I'm missing the ${SHLIB_NAME}.debug
dependency here.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPyFy2BP-Y835_kLKOQ6XCv6%2BNqfe4_nqQZ1ojrXj8ZKpUc6Eg>