[Bug 1948] New: [IcedTea7] Only try and symlink debuginfo if STRIP_POLICY is other than no_strip
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue Aug 26 16:14:10 UTC 2014
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1948
Bug ID: 1948
Summary: [IcedTea7] Only try and symlink debuginfo if
STRIP_POLICY is other than no_strip
Product: IcedTea
Version: 7-hg
Hardware: all
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: IcedTea
Assignee: gnu.andrew at redhat.com
Reporter: gnu.andrew at redhat.com
CC: unassigned at icedtea.classpath.org
The line:
$(QUIETLY) [ -f $(LIBJVM_G_DEBUGINFO) ] || ln -s $(LIBJVM_DEBUGINFO)
$(LIBJVM_G_DEBUGINFO)
is outside the STRIP_POLICY no_strip conditional. The -f means that it causes
no harm on a clean run, but, on a rebuild, it causes a failure, because of the
broken symlink created on the first run.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140826/6b39fcbe/attachment.html>
More information about the distro-pkg-dev
mailing list