NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/44046 CVS commit: src/share/mk



The following reply was made to PR toolchain/44046; it has been noted by GNATS.

From: "Luke Mewburn" <lukem%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/44046 CVS commit: src/share/mk
Date: Mon, 8 Nov 2010 06:54:53 +0000

 Module Name:   src
 Committed By:  lukem
 Date:          Mon Nov  8 06:54:53 UTC 2010
 
 Modified Files:
        src/share/mk: bsd.lib.mk bsd.prog.mk
 
 Log Message:
 Preserve date on original shared library or program when stripping
 the debug symbols and adding the debug-link to .debug.
 Use '(rm -f file; false)' in the failure path to force failure.
 Based on solution proposed by Nicolas Joly on tech-toolchain in July 2010.
 Should fix PR toolchain/44046 from Andreas Gustafsson.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.308 -r1.309 src/share/mk/bsd.lib.mk
 cvs rdiff -u -r1.250 -r1.251 src/share/mk/bsd.prog.mk
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index